mirror of
https://github.com/GreenComfyTea/MHR-Overlay.git
synced 2026-01-24 04:18:11 -08:00
Ignore error during REFramework Initialization
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user