Skip to content

Commit

Permalink
node 11 no longer blocks process.reallyExit
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Jan 26, 2019
1 parent 74e4671 commit 4621be8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/tap.js
Expand Up @@ -28,8 +28,6 @@ const monkeypatchExit = () => {

// ensure that we always get run, even if a user does
// process.on('exit', process.exit)
// Ignore until Node.js un-breaks process.reallyExit hooks
/* istanbul ignore next */
process.reallyExit = code =>
reallyExit.call(process, onExitEvent(code))

Expand Down

0 comments on commit 4621be8

Please sign in to comment.