Linting using luacheck

This commit is contained in:
Jakub 2022-08-29 22:45:42 +02:00
parent 7fe9e74acf
commit 0f11d6dd53

View File

@ -34,7 +34,7 @@ function logger:log(level, message, ...)
return
end
msg = logger:format(level, message, ...)
local msg = logger:format(level, message, ...)
core.log("action", msg)
end