electron/spec/fixtures/esm/dynamic.mjs

5 lines
113 B
JavaScript

const { app } = await import('electron');
const { exitWithApp } = await import('./exit.mjs');
exitWithApp(app);