Skip to content

Commit 13fe0bc

Browse files
committed
Fix initial saving displays RE
1 parent 2980875 commit 13fe0bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/runtime.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export class Runnable {
1414
private _endTime = 0;
1515
private _signal: NodeJS.Signals | null = null;
1616
private _timedOut = false;
17-
private _exitCode: number | null = null;
17+
private _exitCode: number | null = 0;
1818

1919
run(command: string, timeout?: number, cwd?: string, ...args: string[]) {
2020
// FIXME: Simplify TL to check a flag once https://github.com/nodejs/node/pull/51608 lands

0 commit comments

Comments
 (0)