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:
parent
f5132553d4
commit
87eaf8e91b
@ -13,6 +13,6 @@ export function exitApp() {
|
|||||||
clusterManager?.stop();
|
clusterManager?.stop();
|
||||||
logger.info('SERVICE:QUIT');
|
logger.info('SERVICE:QUIT');
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
app.exit()
|
app.exit()
|
||||||
}, 1000)
|
}, 1000)
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user