mirror of
https://github.com/rayaman/multi.git
synced 2026-09-04 23:17:35 -04:00
updated nil bug with jqs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user