V14.2.0 #17

Merged
rayaman merged 17 commits from v14.2.0 into master 2020-03-14 08:35:29 -04:00
Showing only changes of commit ddd365c5b8 - Show all commits

View File

@ -121,7 +121,7 @@ function multi:newSystemThreadedJobQueue(n)
end)
return thread.hold(function()
if rets then
return unpack(rets)
return unpack(rets) or multi.NIL
end
end)
end,holup),name