Ignore error during REFramework Initialization

This commit is contained in:
GreenComfyTea
2023-08-06 12:14:34 +03:00
parent d3efcb5b08
commit d1f56f4316

View File

@@ -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,