We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0506461 commit ccd2ae5Copy full SHA for ccd2ae5
src/main.rs
@@ -24,7 +24,7 @@ async fn main() -> LuaResult<()> {
24
}
25
26
build_args(&lua);
27
- let main = lua.load(path::Path::new("resources/testmain.lua"));
+ let main = lua.load(path::Path::new("resources/main.lua"));
28
main.call_async(()).await?;
29
Ok(())
30
0 commit comments