Skip to content

Commit

Permalink
remove unhandled rejection handling
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed Sep 27, 2019
1 parent 075315b commit 3cc7495
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions bin/jspm
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ if (!process.env.JSPM_BIN) {
}

const { default: cli } = require('../lib/cli');
process.once('unhandledRejection', err => {
console.error(err);
process.exit(1);
});
process.once('SIGINT', () => {
console.log('jspm process terminated.');
process.exit(1);
Expand Down

0 comments on commit 3cc7495

Please sign in to comment.