sync
This commit is contained in:
parent
2f5faae34b
commit
3e086e3ab9
2 changed files with 2 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue