-
-
Notifications
You must be signed in to change notification settings - Fork 57
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
Disable error handler #326
Comments
Could not be easily accomplished with this |
Or is the idea that we provide both? Removing the functionality of #320 would be rather disruptive. |
We can provide both, second one as a shortcut. But yeah, waiting for linked PR to be merged (should be soon) |
Mind if I try this one? |
Hey, feel free to assign the issue to yourself. You probably want to base your work on #302 as the ErrorHandler is migrating to the Engine struct. |
Add an Engine option to replace the default error handler by a simple pass-through
func (err error) error {return err}
The text was updated successfully, but these errors were encountered: