mirror of
https://github.com/lune-org/mlua-luau-scheduler.git
synced 2025-04-03 01:50:57 +01:00
Add missing env function to wrap impl
This commit is contained in:
parent
c653b73f75
commit
1aba727ce6
1 changed files with 1 additions and 0 deletions
|
@ -146,6 +146,7 @@ impl<'lua> Functions<'lua> {
|
|||
("resume", resume.clone()),
|
||||
("error", lua.globals().get::<_, LuaFunction>("error")?),
|
||||
("select", lua.globals().get::<_, LuaFunction>("select")?),
|
||||
("unpack", lua.globals().get::<_, LuaFunction>("unpack")?),
|
||||
(
|
||||
"create",
|
||||
lua.globals()
|
||||
|
|
Loading…
Add table
Reference in a new issue