mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-31 00:58:26 +01:00
Fixes some broken logs (#88040)
This commit is contained in:
@@ -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]"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user