1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Fix lint issues

Signed-off-by: Lauri Nevala <lauri.nevala@gmail.com>
This commit is contained in:
Lauri Nevala 2020-11-17 14:06:43 +02:00
parent f5132553d4
commit 87eaf8e91b

View File

@ -13,6 +13,6 @@ export function exitApp() {
clusterManager?.stop();
logger.info('SERVICE:QUIT');
setTimeout(() => {
app.exit()
app.exit()
}, 1000)
}