Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure that template compilation panics are sent to the logs
Although panics within the rendering pipeline are caught and dealt with, panics that occur before that starts are unprotected and will kill Gitea without being sent to the logs. This PR adds a basic recovery handler to catch panics that occur after the logger is initialised and ensure that they're sent to the logger. Signed-off-by: Andrew Thornton <art27@cantab.net>
- Loading branch information