From 2cadfc343a138263bcc760389e6d6df5cdb87206 Mon Sep 17 00:00:00 2001 From: Linventif Date: Tue, 27 May 2025 21:29:30 +0000 Subject: [PATCH] fix: format log --- lua/gmod_integration/core/utils/sh_utils.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/gmod_integration/core/utils/sh_utils.lua b/lua/gmod_integration/core/utils/sh_utils.lua index 962b89a..c32489f 100644 --- a/lua/gmod_integration/core/utils/sh_utils.lua +++ b/lua/gmod_integration/core/utils/sh_utils.lua @@ -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)