diff options
Diffstat (limited to 'util/logger.lua')
-rw-r--r-- | util/logger.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/util/logger.lua b/util/logger.lua index 795b0b06..20a5cef2 100644 --- a/util/logger.lua +++ b/util/logger.lua @@ -8,6 +8,8 @@ -- luacheck: ignore 213/level local pairs = pairs; +local ipairs = ipairs; +local require = require; local _ENV = nil; -- luacheck: std none |