mirror of
https://github.com/GreenComfyTea/MHR-Overlay.git
synced 2026-05-01 21:29:58 -07: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