-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve error message #1448
Improve error message #1448
Conversation
Ah, very interesting - thanks for bringing this up @almarklein ! It's a little confusing to understand how forgetting the Line 998 in e2f7884
But the callback function only gets attached to the callback map when the result of Line 1046 in e2f7884
Which explains how we got to a situation where a callback is dispatched without a function to dispatch to! OK, with that out of the way, I think you're right that omitting the The only thing I'd add to this is to include |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💃 thanks!
Thanks for the quick and clear review :) |
I was struggling with an error in an app I was working on. I got an error, but it did not tell me much. This catches and re-raises that error to add a more meaningful message, which would have saved me some time :)
Contributor Checklist
CHANGELOG.md