From f5aa650a7994c2e843d62b8161b1a7f5b7e392e0 Mon Sep 17 00:00:00 2001 From: Joel Spadin Date: Sun, 27 Dec 2020 01:53:33 -0600 Subject: [PATCH] Don't crash on error --- src/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index ca798b6..2fa8174 100644 --- a/src/index.ts +++ b/src/index.ts @@ -58,7 +58,6 @@ async function init() { process.on('unhandledRejection', (err) => { console.error(err); - process.exit(1); }); init();