Skip to content

Commit 4424e5f

Browse files
committed
fix: allow child process to flush io
See nodejs/node#19218 (comment)
1 parent e332729 commit 4424e5f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

worker.js

-1
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,4 @@ process.stdin.on('end', function () {
3232

3333
function respond (message) {
3434
console.log(JSON.stringify(message))
35-
process.exit(0)
3635
}

0 commit comments

Comments
 (0)