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

[lib/std] Enumerator.prototype.toArray() returned null #42

Closed
gnh1201 opened this issue Mar 7, 2022 · 1 comment
Closed

[lib/std] Enumerator.prototype.toArray() returned null #42

gnh1201 opened this issue Mar 7, 2022 · 1 comment
Labels
bug Hell in a Cell

Comments

@gnh1201
Copy link
Owner

gnh1201 commented Mar 7, 2022

[lib/std] Enumerator.prototype.toArray() returned null

WMI.execQuery("select * from Win32_NetworkAdapterConfiguration where IPEnabled = 'True'").fetchAll() -> { ... }
WMI.execQuery("Select * From Win32_Process").fetchAll() -> null   /******* bug *******/
@gnh1201
Copy link
Owner Author

gnh1201 commented Nov 6, 2023

Fixed

@gnh1201 gnh1201 closed this as completed Nov 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Hell in a Cell
Projects
None yet
Development

No branches or pull requests

1 participant