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

win.getPrinters not receive an array of JSON objects #6663

Closed
lebazeraus opened this issue Jun 2, 2018 · 2 comments
Closed

win.getPrinters not receive an array of JSON objects #6663

lebazeraus opened this issue Jun 2, 2018 · 2 comments

Comments

@lebazeraus
Copy link

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

@Christywl
Copy link
Contributor

I can reproduce this issue with nwjs-sdk-v0.31.0.

@rogerwang
Copy link
Member

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

wanghongjuan added a commit to wanghongjuan/nw.js that referenced this issue Jun 6, 2018
- Add test for issue nwjs#6663
- This test is failed on v0.31.0, passed on v0.31.1
@wanghongjuan wanghongjuan self-assigned this Jun 6, 2018
rogerwang pushed a commit that referenced this issue Jun 17, 2018
- Add test for issue #6663
- This test is failed on v0.31.0, passed on v0.31.1
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

4 participants