mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 03:02:54 +00:00
fixes exception handling runtiming
This commit is contained in:
@@ -329,7 +329,7 @@
|
|||||||
if(istype(e)) // Real runtimes go to the real error handler
|
if(istype(e)) // Real runtimes go to the real error handler
|
||||||
// There are two newlines here, because handling desc sucks
|
// There are two newlines here, because handling desc sucks
|
||||||
e.desc = " Caught by process: [name]\n\n" + e.desc
|
e.desc = " Caught by process: [name]\n\n" + e.desc
|
||||||
world.Error(e, e_src = thrower)
|
world.error(e, e_src = thrower)
|
||||||
return
|
return
|
||||||
var/etext = "[e]"
|
var/etext = "[e]"
|
||||||
var/eid = "[e]" // Exception ID, for tracking repeated exceptions
|
var/eid = "[e]" // Exception ID, for tracking repeated exceptions
|
||||||
|
|||||||
Reference in New Issue
Block a user