luacheck fixes

This commit is contained in:
Mikayla Fischler 2024-12-20 17:30:26 -05:00
parent 1695b58329
commit 9892fbc602

View File

@ -87,7 +87,7 @@ end
---@param include_debug boolean whether or not to include debug logs
---@param dmesg_redirect? Redirect terminal/window to direct dmesg to
function log.init(path, write_mode, include_debug, dmesg_redirect)
local err_msg = nil
local err_msg
logger.path = path
logger.mode = write_mode