util.logger: Import globals (fixes on Lua 5.2)

This commit is contained in:
Kim Alvefur 2018-02-28 20:17:21 +01:00
parent 146acdbd33
commit d1ab16f9e9

View file

@ -8,6 +8,8 @@
-- luacheck: ignore 213/level
local pairs = pairs;
local ipairs = ipairs;
local require = require;
local _ENV = nil;
-- luacheck: std none