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 think we should handle this case, in that way. It is a lot better to auto-magically do it, instead of returning rejected promise that signals the user that he didn't called the done callback argument.
The text was updated successfully, but these errors were encountered:
When for example, there is
done
argument, but is not called, and there is a result which is a promise.something like
https://github.com/hybridables/redolent/blob/master/index.js#L117-L124
edit:
this seems to fix it
i think we should handle this case, in that way. It is a lot better to auto-magically do it, instead of returning rejected promise that signals the user that he didn't called the
done
callback argument.The text was updated successfully, but these errors were encountered: