Skip to content

Commit 5f0fa95

Browse files
committed
use t_concat in both implementations
1 parent 15bafc9 commit 5f0fa95

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)