9 lines
194 B
Plaintext
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 |