From 89a25e42edf898449d246fbbcde5219811dbaaa9 Mon Sep 17 00:00:00 2001 From: Filip Tibell Date: Thu, 1 Feb 2024 14:40:20 +0100 Subject: [PATCH] Fix oops --- lib/functions.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/functions.rs b/lib/functions.rs index db33748..6a5d7c1 100644 --- a/lib/functions.rs +++ b/lib/functions.rs @@ -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