diff --git a/reframework/autorun/MHR_Overlay/Misc/error_handler.lua b/reframework/autorun/MHR_Overlay/Misc/error_handler.lua index e499fee..178201d 100644 --- a/reframework/autorun/MHR_Overlay/Misc/error_handler.lua +++ b/reframework/autorun/MHR_Overlay/Misc/error_handler.lua @@ -49,6 +49,10 @@ function this.report(error_key, error_message) local error_time = time.total_elapsed_script_seconds; + if error_time == 0 then + return; + end + local error = { key = error_key, time = error_time,