fix: format log

This commit is contained in:
Linventif 2025-05-27 21:29:30 +00:00
parent 7442efd6f5
commit 2cadfc343a

View File

@ -1,6 +1,6 @@
local function getTimeStamp()
if !gmInte.config.debug then return "" end
return os.date(gmInte.config.logTimestamp || "%Y-%m-%d %H:%M:%S")
return " | " .. os.date(gmInte.config.logTimestamp || "%Y-%m-%d %H:%M:%S")
end
function gmInte.log(msg, debug)