We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 945a23a commit ea011c2Copy full SHA for ea011c2
lua/commons/log.lua
@@ -67,7 +67,7 @@ local function log(level, msg)
67
local msg_chunks = {}
68
for _, line in ipairs(msg_lines) do
69
table.insert(msg_chunks, {
70
- string.format("[%s] %s\n", LogConfigs.name, line),
+ string.format("[%s] %s", LogConfigs.name, line),
71
LogHighlights[level],
72
})
73
end
0 commit comments