mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-11 18:22:14 +00:00
Fix gib_stack_trace printing to runtime logs (#51961)
I forgot a return
This commit is contained in:
committed by
GitHub
parent
0f8f2ff468
commit
9d19c4a877
@@ -30,6 +30,7 @@ GLOBAL_VAR_INIT(total_runtimes_skipped, 0)
|
||||
for (var/line in splittext(E.desc, "\n"))
|
||||
if (text2ascii(line) != 32)
|
||||
stack_trace_storage += line
|
||||
return
|
||||
|
||||
var/static/list/error_last_seen = list()
|
||||
var/static/list/error_cooldown = list() /* Error_cooldown items will either be positive(cooldown time) or negative(silenced error)
|
||||
|
||||
Reference in New Issue
Block a user