-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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
uncaughtException only catches the first uncaughtException. #5147
Comments
This happens with v5 and master as well. Delaying the second Perhaps this is intentional though, since otherwise it'd lead to an infinite loop? |
Exactly. Working as intended, as far as I'm concerned. |
Yes, the initial implementation of how the @NoahRoseLedesma Is that a problem? |
That isn't a problem, waiting until the next tick as @mscdex suggested works as intended. |
Please note however that the documentation mentions:
So waiting until next tick is outside of this recommendation.
Absolutely, would you be interested in submitting a pull request for that? |
Closing as the documentation PR has landed. Thanks! |
Example:
Output:
Tested on 64 bit Windows, and Ubuntu. Versions 4.2.3 and 0.10.41
The text was updated successfully, but these errors were encountered: