This commit is contained in:
Dax Raad
2025-06-12 13:49:43 -04:00
parent 2f5faae34b
commit 3e086e3ab9
2 changed files with 2 additions and 3 deletions

View File

@@ -22,7 +22,6 @@ export namespace BunProc {
})
const code = await result.exited
if (code !== 0) {
console.error(result.stderr?.toString("utf8") ?? "")
throw new Error(`Command failed with exit code ${result.exitCode}`)
}
return result