Open ltctceplrm opened 3 months ago
To fix #159.
Ideally at one point the user should be notified with a message box that he's missing an API but for now this should be good enough
You should construct errors with the constructor, so new Error(...) instead of Error(...). Even though we hadn't used the constructor before.
new Error(...)
Error(...)
To fix #159.
Ideally at one point the user should be notified with a message box that he's missing an API but for now this should be good enough