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