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 error Error: Unknown connector: fs instead of returning Promise.reject with this same error
Am I mistaken? Is this the intended behaviour?
Thx!