diff --git a/src/index.ts b/src/index.ts index 338d6fb..abbddb1 100644 --- a/src/index.ts +++ b/src/index.ts @@ -10,8 +10,8 @@ async function boot() { await startRelay(); } +boot(); + process.on("uncaughtException", function (err) { console.log("Caught exception: " + err); }); - -export {};