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 found cases where unifile throws error instead of a "rejected" Promise
For example when you call unifile.readdir with a service which does not exist, it throws the error Error: Unknown connector: fs instead of returning Promise.reject with this same error
Am I mistaken? Is this the intended behaviour?
Thx!
The text was updated successfully, but these errors were encountered:
Hi @JbIPS
I found cases where unifile throws error instead of a "rejected" Promise
For example when you call
unifile.readdir
with a service which does not exist, it throws the errorError: Unknown connector: fs
instead of returning Promise.reject with this same errorAm I mistaken? Is this the intended behaviour?
Thx!
The text was updated successfully, but these errors were encountered: