Fixes some broken logs (#88040)

This commit is contained in:
MrMelbert
2024-11-21 21:26:11 +01:00
committed by GitHub
parent 573f887dbb
commit 99685993aa
7 changed files with 10 additions and 8 deletions
+3 -1
View File
@@ -1,6 +1,8 @@
/atom/proc/investigate_log(message, subject)
if(!message || !subject)
if(!message)
return
if(!subject)
CRASH("No subject provided for investigate_log")
var/F = file("[GLOB.log_directory]/[subject].html")
var/source = "[src]"