Committing changes

This commit is contained in:
Tristan Ancelet
2026-03-31 10:25:36 -05:00
parent c427eff500
commit 172e7e7521
2 changed files with 4 additions and 16 deletions

View File

@@ -101,6 +101,7 @@ module Logger
synchronize {
time = Time.local
STDERR.puts [time, level.to_s.colorize(_level.color), message].join(" : ")
raise "ERROR : Fatal error detected (#{message})" if level == "FATAL"
}
end
end