Skip to content

Commit b87374a

Browse files
committed
fix main
1 parent 2f394ce commit b87374a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ async fn main() -> LuaResult<()> {
2323
}
2424

2525
build_args(&lua);
26-
let main = lua.load(path::Path::new("resources/testmain.lua"));
26+
let main = lua.load(path::Path::new("resources/main.lua"));
2727
main.call_async(()).await?;
2828
Ok(())
2929
}

0 commit comments

Comments
 (0)