Corrects error handling proc

This commit is contained in:
Yoshax
2016-08-25 18:25:26 +01:00
parent c6105e01a0
commit 7573757613

View File

@@ -329,7 +329,7 @@
if(istype(e)) // Real runtimes go to the real error handler
// There are two newlines here, because handling desc sucks
e.desc = " Caught by process: [name]\n\n" + e.desc
world.error(e, e_src = thrower)
world.Error(e, e_src = thrower)
return
var/etext = "[e]"
var/eid = "[e]" // Exception ID, for tracking repeated exceptions