Skip to content

Commit

Permalink
Fix: ignore unhandledRejection error log
Browse files Browse the repository at this point in the history
  • Loading branch information
welefen committed Feb 28, 2016
1 parent fef65a9 commit c672721
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 c672721

Please sign in to comment.