Skip to content
This repository has been archived by the owner on Jun 5, 2024. It is now read-only.

Commit

Permalink
Fix oops
Browse files Browse the repository at this point in the history
  • Loading branch information
filiptibell committed Feb 1, 2024
1 parent b4bc15d commit 89a25e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/functions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 89a25e4

Please sign in to comment.