mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-25 17:41:56 +00:00
Processor Runtime Logging (#924)
We now get a proper, timestamped and printed stack from the process scheduler processes, instead of an obscure name and line reference!
This commit is contained in:
@@ -366,6 +366,9 @@
|
||||
spawn(6000)
|
||||
exceptions[eid] = 0
|
||||
|
||||
e.time_stamp()
|
||||
log_exception(e)
|
||||
|
||||
/datum/controller/process/proc/catchBadType(var/datum/caught)
|
||||
if(isnull(caught) || !istype(caught) || !isnull(caught.gcDestroyed))
|
||||
return // Only bother with types we can identify and that don't belong
|
||||
|
||||
Reference in New Issue
Block a user