fixed headless-browser.js getting stuck on background when closing

This commit is contained in:
2025-11-25 19:52:23 +01:00
parent 1e1eaab43c
commit ccda892d18
2 changed files with 17 additions and 0 deletions

View File

@@ -68,6 +68,7 @@ function createWindow() {
mainWindow.loadFile('views/index.html');
mainWindow.setMenu(null);
mainWindow.on('closed', () => { headlessBrowser.forceKill(); });
}
app.whenReady().then(() => {