Skip to content

Commit

Permalink
chore(sandbox): disable process.exit eslint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
manast committed Jan 17, 2022
1 parent 43dc2e6 commit c3b3780
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/process/master.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ process.on('message', msg => {
}
});

/*eslint no-process-exit: "off"*/
process.on('uncaughtException', err => {
if (!err.message) {
err = new Error(err);
Expand Down

0 comments on commit c3b3780

Please sign in to comment.