mirror of
https://github.com/GreenComfyTea/MHR-Overlay.git
synced 2026-01-25 12:58:06 -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;
|
local error_time = time.total_elapsed_script_seconds;
|
||||||
|
|
||||||
|
if error_time == 0 then
|
||||||
|
return;
|
||||||
|
end
|
||||||
|
|
||||||
local error = {
|
local error = {
|
||||||
key = error_key,
|
key = error_key,
|
||||||
time = error_time,
|
time = error_time,
|
||||||
|
|||||||
Reference in New Issue
Block a user