This commit is contained in:
Filip Tibell 2024-02-01 14:40:20 +01:00
parent b4bc15d4ce
commit 89a25e42ed
No known key found for this signature in database

View file

@ -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