mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-14 05:37:20 +03:00
4 lines
92 B
JavaScript
4 lines
92 B
JavaScript
const { app } = require('electron');
|
|
|
|
app.on('window-all-closed', e => e.preventDefault());
|