JXA-userland / JXA

JavaScript for Automation(JXA) packages for TypeScript/Node.js.
MIT License
429 stars 22 forks source link

app.systemInfo().IPv4Address is undifine, should be app.systemInfo().ipv4Address #53

Open Nauxscript opened 1 year ago

Nauxscript commented 1 year ago

when i call the app.systemInfo().IPv4Address, it returns undefine, but app.systemInfo().ipv4Address is woking fine. but use app.systemInfo().ipv4Address have type error.