2025-06-04 05:02:57 +08:00

9 lines
194 B
Plaintext

errorLog = function (...)
-- test remove bugly error log
-- local errMsg = string.format("<color=red>%s</color>", tostring(...))
-- buglyError(errMsg)
end
errorLogTest = function (...)
end