This commit is contained in:
silicons
2022-04-28 00:32:54 -07:00
parent 3f85de7d37
commit fc32c70a25
5 changed files with 20 additions and 5 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ GLOBAL_VAR_INIT(total_runtimes_skipped, 0)
#ifdef USE_CUSTOM_ERROR_HANDLER
#define ERROR_USEFUL_LEN 2
/world/Error(exception/E, datum/e_src)
++global.total_runtimes
global.total_runtimes++
if(!istype(E)) //Something threw an unusual exception
log_world("uncaught runtime error: [E]")