mirror of
https://github.com/lune-org/mlua-luau-scheduler.git
synced 2025-04-04 10:30:56 +01:00
Fix oops
This commit is contained in:
parent
b4bc15d4ce
commit
89a25e42ed
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ yield()
|
||||||
const WRAP_IMPL_LUA: &str = r"
|
const WRAP_IMPL_LUA: &str = r"
|
||||||
local t = create(...)
|
local t = create(...)
|
||||||
return function(...)
|
return function(...)
|
||||||
local results = { resume(f, ...) }
|
local results = { resume(t, ...) }
|
||||||
if results[1] then
|
if results[1] then
|
||||||
return select(2, unpack(results))
|
return select(2, unpack(results))
|
||||||
else
|
else
|
||||||
|
|
Loading…
Add table
Reference in a new issue