Global crash handler #23
Labels
bug
Something isn't working
hacktoberfest-accepted
Make this PR count for hacktoberfest
x:action/fix
Fix an issue
x:knowledge/none
No existing Exercism knowledge required
x:module/test-runner
Work on Test Runners
x:size/tiny
Tiny amount of work
x:type/coding
Write code that is not student-facing content (e.g. test-runners, generators, but not exercises)
Even though letting it crash is idiomatic in Erlang, the way it works now, leaves students with a generic failure that is hard to debug for them and for us.
Therefore we should have a generic crash handler in the escripts main which will return an "error" response with the stack trace as message.
The text was updated successfully, but these errors were encountered: