V15.3.0 #51

Merged
rayaman merged 52 commits from v15.3.0 into master 2022-12-31 02:22:23 -05:00
Showing only changes of commit 35a86a6cda - Show all commits

View File

@ -1123,7 +1123,7 @@ local function conn_test(conn)
end
function thread.chain(...)
local args = select("#")
local args = select("#",...)
for i=1,args do
thread.hold(select(i,...))
end