We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 15bafc9 + 5f0fa95 commit f47c102Copy full SHA for f47c102
1 file changed
require.lua
@@ -84,7 +84,7 @@ local function require52 (name)
84
loader = nil
85
end
86
if loader == nil then
87
- error("module '" .. name .. "' not found: "..table.concat(msg), 2)
+ error("module '" .. name .. "' not found: "..t_concat(msg), 2)
88
89
local res = loader(name, param)
90
if res ~= nil then
0 commit comments