Pomax / msfs-simconnect-api-wrapper

A JavaScripty wrapper around node-simconnect
Other
14 stars 6 forks source link

`get()` can trigger an exception when calling a var that doesn't exist #8

Closed Pomax closed 1 year ago

Pomax commented 1 year ago

rather than a bare exception, this should be an intentional throw with a clear "this var does not exist" message.

Pomax commented 1 year ago

fixed in 1.1.10