diff --git a/code/modules/error_handler/error_handler.dm b/code/modules/error_handler/error_handler.dm index ad4e2600d1..e9f5ecb988 100644 --- a/code/modules/error_handler/error_handler.dm +++ b/code/modules/error_handler/error_handler.dm @@ -128,3 +128,5 @@ GLOBAL_VAR_INIT(total_runtimes_skipped, 0) // This writes the regular format (unwrapping newlines and inserting timestamps as needed). log_runtime("runtime error: [E.name]\n[E.desc]") + +#endif \ No newline at end of file