We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3b1f70 commit a5fc144Copy full SHA for a5fc144
1 file changed
src/commands/manifest/run-manifest-facts.mts
@@ -27,8 +27,8 @@ function tailBuildOutput(stdout: string, stderr: string): string {
27
// Runs the bundled build-tool resolution script for a JVM project and writes
28
// `.socket.facts.json`. `withFiles` (reachability only) additionally folds
29
// resolved artifact paths into `sidecarAcc`. A blocking resolution failure — or
30
-// a build that crashes without emitting any facts — throws unless
31
-// `ignoreUnresolved`.
+// a build that crashes without emitting any facts — sets a non-zero exit code
+// and returns (matching the `--pom` generator) unless `ignoreUnresolved`.
32
export async function runManifestFacts({
33
bin,
34
buildOpts,
0 commit comments