util/logger.lua
changeset 8559 5800f0c7afd6
parent 8558 4f0f5b49bb03
child 12398 86d6b069b892
--- a/util/logger.lua	Wed Feb 28 20:06:26 2018 +0100
+++ b/util/logger.lua	Wed Feb 28 20:17:21 2018 +0100
@@ -8,6 +8,8 @@
 -- luacheck: ignore 213/level
 
 local pairs = pairs;
+local ipairs = ipairs;
+local require = require;
 
 local _ENV = nil;
 -- luacheck: std none