5 lines
113 B
JavaScript
5 lines
113 B
JavaScript
|
const { app } = await import('electron');
|
||
|
const { exitWithApp } = await import('./exit.mjs');
|
||
|
|
||
|
exitWithApp(app);
|