From 87eaf8e91b8e46e160dddc14799d4c33334ce891 Mon Sep 17 00:00:00 2001 From: Lauri Nevala Date: Tue, 17 Nov 2020 14:06:43 +0200 Subject: [PATCH] Fix lint issues Signed-off-by: Lauri Nevala --- src/main/exit-app.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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