Skip to content

Commit

Permalink
fix: allow child process to flush io
Browse files Browse the repository at this point in the history
  • Loading branch information
larsgw committed Oct 13, 2019
1 parent e332729 commit 4424e5f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,4 @@ process.stdin.on('end', function () {

function respond (message) {
console.log(JSON.stringify(message))
process.exit(0)
}

0 comments on commit 4424e5f

Please sign in to comment.