From 2a46fc0a9660d75301e05a7f50c3f342b129c407 Mon Sep 17 00:00:00 2001 From: Belaya Date: Fri, 8 Aug 2025 14:16:24 -0500 Subject: [PATCH] edit --- code/modules/error_handler/error_viewer.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/error_handler/error_viewer.dm b/code/modules/error_handler/error_viewer.dm index ad868138b5..46f7e4ffd9 100644 --- a/code/modules/error_handler/error_viewer.dm +++ b/code/modules/error_handler/error_viewer.dm @@ -79,6 +79,7 @@ GLOBAL_DATUM(error_cache, /datum/error_viewer/error_cache) var/list/error_sources = list() var/list/errors_silenced = list() +//GS13: Runtime viewer for users /datum/error_viewer/error_cache/proc/show_to_minimal(user, datum/error_viewer/back_to, linear) var/html = "[GLOB.total_runtimes] runtimes, [GLOB.total_runtimes_skipped] skipped

" var/datum/error_viewer/error_source/error_source