We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When an error is thrown in the route code and is not handled the layout is never reset.
Scenario:
ajax
Example erroneous ajax route:
ajax '/error' => sub { die 'houston we have a problem!'; };
The text was updated successfully, but these errors were encountered:
I've tried a fix in #4 - please review or enhance.
Sorry, something went wrong.
No branches or pull requests
When an error is thrown in the route code and is not handled the layout is never reset.
Scenario:
ajax
route that dies to an existing Dancer2 app that uses a layout.ajax
route.Example erroneous ajax route:
The text was updated successfully, but these errors were encountered: