Skip to content
New issue

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

NW doesn't quit without open window #7298

Closed
keyto123 opened this issue Jan 3, 2020 · 1 comment
Closed

NW doesn't quit without open window #7298

keyto123 opened this issue Jan 3, 2020 · 1 comment

Comments

@keyto123
Copy link

keyto123 commented Jan 3, 2020

Thanks for reporting an issue! Spend 60 seconds reading this...

  1. Before reporting, try reproducing against the latest version of NWJS.
  2. Issue tracker is only for bugs and feature requests, in English only.

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();

@rogerwang
Copy link
Member

This is fixed in git and will be available in the next nightly build.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants