updated nil bug with jqs
This commit is contained in:
parent
68ac49fad3
commit
ddd365c5b8
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user