Skip to content

Commit cf3aaa7

Browse files
committed
fix #173: unhandled rejections should not force the process to exit
1 parent d9c3d51 commit cf3aaa7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/subprocess/runner.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,10 @@ import {
2222
applyRequires,
2323
applyTimeouts,
2424
randomId,
25-
setProcessExitListeners,
2625
} from '../util';
2726

2827
import applyExit from './options/exit';
2928

30-
setProcessExitListeners();
31-
3229
const argv = yargs
3330
.boolean('bail')
3431
.option('compilers', {

0 commit comments

Comments
 (0)