summaryrefslogtreecommitdiffstats
path: root/modules/context/panic.go
Commit message (Collapse)AuthorAgeFilesLines
* Provide better panic handling (#5902)zeripath2019-01-301-0/+112
This PR gitea'ises the macaron.Recovery() handler meaning that in the event of panic we get proper gitea 500 pages and the stacktrace is logged with the gitea logger. Signed-off-by: Andrew Thornton <art27@cantab.net>