Skip to content

Commit 7c9c4ce

Browse files
committed
use process.exit(0)
1 parent 09bf5c5 commit 7c9c4ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/source/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ const registerCompletionHandler = () => {
6161
dynamicImport('ava').then((module: { registerCompletionHandler: (handler: () => void) => void }) => {
6262
const { registerCompletionHandler } = module;
6363
registerCompletionHandler(() => {
64-
process.exit();
64+
process.exit(0);
6565
});
6666
});
6767
};

0 commit comments

Comments
 (0)