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
NWJS Version : 0.31.0 Operating System : Win 8
win.getPrinters(printers => { console.log(printers) })
Print: $ {...} It should not happen
$ {...} It should not happen
NWJS Version : 0.30.5 Operating System : Win 8
win.getPrinters(printers => { console.log(printers) }) Print: $ [...] Correct
$ [...] Correct
The text was updated successfully, but these errors were encountered:
I can reproduce this issue with nwjs-sdk-v0.31.0.
Sorry, something went wrong.
d08ead6
This is fixed in git and will be available in the next nightly build.
[test] Add test for issue6663
4e7615f
- Add test for issue nwjs#6663 - This test is failed on v0.31.0, passed on v0.31.1
243b5fc
- Add test for issue #6663 - This test is failed on v0.31.0, passed on v0.31.1
rogerwang
wanghongjuan
No branches or pull requests
NWJS Version : 0.31.0
Operating System : Win 8
win.getPrinters(printers => { console.log(printers) })
Print:
$ {...} It should not happen
NWJS Version : 0.30.5
Operating System : Win 8
win.getPrinters(printers => { console.log(printers) })
Print:
$ [...] Correct
The text was updated successfully, but these errors were encountered: