-
Notifications
You must be signed in to change notification settings - Fork 120
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
"error" block of Jester does not work when using custom routers #211
Comments
I managed to use this workaround
|
Another workaround that registers the jester-provided error handler:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This issue is from https://forum.nim-lang.org/t/5196
"error" block of Jester does not work when using custom routers. The below code dumps a stack trace instead of the expected message "An exception occurred".
The text was updated successfully, but these errors were encountered: