mirror of
https://github.com/mlua-rs/mlua
synced 2026-06-08 16:05:43 +00:00
Change _mlua to __mlua prefix for internal chunk names
This commit is contained in:
+1
-1
@@ -2887,7 +2887,7 @@ impl Lua {
|
||||
"#,
|
||||
)
|
||||
.try_cache()
|
||||
.set_name("_mlua_async_poll")
|
||||
.set_name("__mlua_async_poll")
|
||||
.set_environment(env)
|
||||
.into_function()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user