Skip to content

Commit f47c102

Browse files
committed
Merge pull request #5 from tst2005/patch-1
use t_concat in both implementations
2 parents 15bafc9 + 5f0fa95 commit f47c102

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

require.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ local function require52 (name)
8484
loader = nil
8585
end
8686
if loader == nil then
87-
error("module '" .. name .. "' not found: "..table.concat(msg), 2)
87+
error("module '" .. name .. "' not found: "..t_concat(msg), 2)
8888
end
8989
local res = loader(name, param)
9090
if res ~= nil then

0 commit comments

Comments
 (0)