arcadia-unity / Arcadia

Clojure in Unity
http://arcadia-unity.github.io/
Apache License 2.0
1.68k stars 108 forks source link

expose internal stacktrace formatting to user #349

Open timsgardner opened 5 years ago

timsgardner commented 5 years ago

Exceptions that aren't caught by the REPL, such as those encountered in the run of the game, get printed to the Console unformatted. I can't think of a way to stop this from happening in general, but it could be useful for users' error handling logic if the formatting in arcadia.internal.stacktrace were exposed.