Skip to content

Commit

Permalink
Don't crash on error
Browse files Browse the repository at this point in the history
  • Loading branch information
joelspadin committed Dec 27, 2020
1 parent ff483a4 commit f5aa650
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ async function init() {

process.on('unhandledRejection', (err) => {
console.error(err);
process.exit(1);
});

init();

0 comments on commit f5aa650

Please sign in to comment.