Skip to content

Commit a5fc144

Browse files
committed
docs(manifest): correct stale 'throws' in runManifestFacts comment
1 parent a3b1f70 commit a5fc144

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/commands/manifest/run-manifest-facts.mts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ function tailBuildOutput(stdout: string, stderr: string): string {
2727
// Runs the bundled build-tool resolution script for a JVM project and writes
2828
// `.socket.facts.json`. `withFiles` (reachability only) additionally folds
2929
// resolved artifact paths into `sidecarAcc`. A blocking resolution failure — or
30-
// a build that crashes without emitting any facts — throws unless
31-
// `ignoreUnresolved`.
30+
// a build that crashes without emitting any facts — sets a non-zero exit code
31+
// and returns (matching the `--pom` generator) unless `ignoreUnresolved`.
3232
export async function runManifestFacts({
3333
bin,
3434
buildOpts,

0 commit comments

Comments
 (0)