electron/spec/fixtures/esm/exit.mjs

5 строки
112 B
JavaScript

export function exitWithApp (app) {
console.log('Exit with app, ready:', app.isReady());
process.exit(0);
}