diff --git a/src/main.ts b/src/main.ts index a250a1a..fc6d839 100644 --- a/src/main.ts +++ b/src/main.ts @@ -21,7 +21,6 @@ process.on('unhandledRejection', (reason) => { process.on('uncaughtException', (error) => { const logger: ILogger = container.get('logger'); void logger.exception(error); - throw error; }); async function createWindow(): Promise {