gnh1201 / welsonjs

WelsonJS - Build a Windows app on the Windows built-in JavaScript engine

Home Page:https://catswords.social/@catswords_oss

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

gnh1201 opened this issue · comments

[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 *******/

Fixed