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 stumbled on this while fixing #42 - It seems that any thrown errors in the callback argument are swallowed by a promise returned from fn. I believe this just needs to be nextTicked but I'm looking into it further.
The text was updated successfully, but these errors were encountered:
I stumbled on this while fixing #42 - It seems that any thrown errors in the
callback
argument are swallowed by a promise returned fromfn
. I believe this just needs to be nextTicked but I'm looking into it further.The text was updated successfully, but these errors were encountered: