diff --git a/src/main/exit-app.ts b/src/main/exit-app.ts index 34a6421cef..147c66c344 100644 --- a/src/main/exit-app.ts +++ b/src/main/exit-app.ts @@ -13,6 +13,6 @@ export function exitApp() { clusterManager?.stop(); logger.info('SERVICE:QUIT'); setTimeout(() => { - app.exit() + app.exit() }, 1000) } \ No newline at end of file