Replies: 1 comment 1 reply
-
@spawnia do you maybe have an idea? Should we fix it? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I noticed something interesting.
When one of my
resolve
callbacks throws an exception, they are handled properly, and the Promise is rejected.But when an exception handles in
resolveType
the error is not handled and just bubbles up.Is there a particular reason for that?
Wouldn't it be nice if a failure in
resolveType
would just reject the promise?Beta Was this translation helpful? Give feedback.
All reactions