Skip to content

Commit

Permalink
Merge fix_remove_catch_errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Romakita committed Aug 20, 2018
2 parents 1777d64 + 749a12f commit 092ce9d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/components/Garbarge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,3 @@ process.on("SIGINT", closeAll);
// catches "kill pid" (for example: nodemon restart)
process.on("SIGUSR1", closeAll);
process.on("SIGUSR2", closeAll);

// catches uncaught exceptions
process.on("uncaughtException", closeAll);

0 comments on commit 092ce9d

Please sign in to comment.