core/modulemanager.lua
changeset 7166 eadbf19d0de0
parent 7165 d0b64f1e4f5d
child 7306 439d00063620
--- a/core/modulemanager.lua	Thu Feb 18 14:57:04 2016 +0100
+++ b/core/modulemanager.lua	Thu Feb 18 14:57:51 2016 +0100
@@ -24,7 +24,7 @@
 
 local debug_traceback = debug.traceback;
 local select = select;
-local unpack = table.unpack or unpack;
+local unpack = table.unpack or unpack; --luacheck: ignore 113
 local pcall = function(f, ...)
 	local n = select("#", ...);
 	local params = {...};