Organized runtime viewer now has number of runtimes (#7557)

This commit is contained in:
Funce
2021-08-15 03:00:08 +12:00
committed by GitHub
parent 340370b202
commit 40c3ff48b7
+1 -1
View File
@@ -86,7 +86,7 @@ GLOBAL_DATUM(error_cache, /datum/error_viewer/error_cache)
var/datum/error_viewer/error_source/error_source
for (var/erroruid in error_sources)
error_source = error_sources[erroruid]
html += "[error_source.make_link(null, src)]<br>"
html += "[error_source.make_link(null, src)] x [error_source.errors.len]<br>" //SKYRAT EDIT - RUNTIME TRANSPARENCY
else
html += "[make_link("organized", null)] | linear<hr>"