We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Thanks for reporting an issue! Spend 60 seconds reading this...
Anything else? Use our mailing list for questions: https://groups.google.com/forum/#!forum/nwjs-general
======== TEMPLATE BUG FORM ========
NWJS Version : 35.4 42.6 43.3 Operating System : Linux / Windows
App quits when nw.App.quit() is called
Process stay open and doesn't quit
It may be killing the wrong process as nw.App.quit() kills an exe process while the main process is an nw process
package.json { "name": "test", "main": "./test.js" }
{ "name": "test", "main": "./test.js" }
test.js nw.App.quit();
nw.App.quit();
The text was updated successfully, but these errors were encountered:
Fix: NW doesn't quit without open window #7298
f5a1fc2
This is fixed in git and will be available in the next nightly build.
Sorry, something went wrong.
No branches or pull requests
Thanks for reporting an issue! Spend 60 seconds reading this...
Anything else? Use our mailing list for questions:
https://groups.google.com/forum/#!forum/nwjs-general
======== TEMPLATE BUG FORM ========
NWJS Version : 35.4 42.6 43.3
Operating System : Linux / Windows
Expected behavior
App quits when nw.App.quit() is called
Actual behavior
Process stay open and doesn't quit
It may be killing the wrong process as nw.App.quit() kills an exe process while the main process is an nw process
How to reproduce
package.json
{ "name": "test", "main": "./test.js" }
test.js
nw.App.quit();
The text was updated successfully, but these errors were encountered: