mirror of
https://github.com/lune-org/mlua-luau-scheduler.git
synced 2025-04-03 01:50:57 +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"
|
||||
local t = create(...)
|
||||
return function(...)
|
||||
local results = { resume(f, ...) }
|
||||
local results = { resume(t, ...) }
|
||||
if results[1] then
|
||||
return select(2, unpack(results))
|
||||
else
|
||||
|
|
Loading…
Add table
Reference in a new issue