Skip to content

Commit

Permalink
fea: remove unhandledRejection event
Browse files Browse the repository at this point in the history
  • Loading branch information
welefen committed Feb 22, 2016
1 parent 4480cc1 commit 9312efb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -352,9 +352,9 @@ export default class {
process.exit();
}
});
process.on('unhandledRejection', err => {
think.log(err);
});
// process.on('unhandledRejection', err => {
// think.log(err);
// });
}
/**
* start
Expand Down

0 comments on commit 9312efb

Please sign in to comment.