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 2f394ce commit b87374aCopy full SHA for b87374a
src/main.rs
@@ -23,7 +23,7 @@ async fn main() -> LuaResult<()> {
23
}
24
25
build_args(&lua);
26
- let main = lua.load(path::Path::new("resources/testmain.lua"));
+ let main = lua.load(path::Path::new("resources/main.lua"));
27
main.call_async(()).await?;
28
Ok(())
29
0 commit comments