You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see the problem. But Im afraid of change that and break current implementations. Maybe we can merge this change with a major version update. But that require some addicional changes in readme and package.json.
PRs are welcome! :p
thanks
yeah I agree. Are you working on any changes at the moment?
I'm using dorita for an ioBroker implementation (see https://github.com/Zefau/ioBroker.roomba). In the course of that, I would like to support you in the development of this library if you need any help?
Hi,
thanks for you library. I'm using it for an ioBroker module implementation (see https://github.com/Zefau/ioBroker.roomba).
In the course of my implementation I'm struggling to catch the error thrown in lib/v2/local.js at row 30:
dorita980/lib/v2/local.js
Line 30 in df31a27
Try-catch-block fails catching the error, e.g. following code will NOT work:
My suggestion is to not throw the error and leave error-handling it to the end-point-implementation.
Thanks
Zefau
The text was updated successfully, but these errors were encountered: