mirror of
https://github.com/garronej/ts-ci.git
synced 2025-11-30 21:43:05 +00:00
update
This commit is contained in:
parent
913ff15b42
commit
00d8b42822
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ import { Deferred } from "evt/dist/tools/Deferred";
|
|||
{ "env": { "FORK": path.join(__dirname, name) } }
|
||||
)
|
||||
.on("message", console.log)
|
||||
.once("exit", code => dExitCode.resolve(code))
|
||||
.once("exit", code => dExitCode.resolve(code ?? 1))
|
||||
;
|
||||
|
||||
const exitCode = await dExitCode.pr;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue