Skip to content

Commit ccd2ae5

Browse files
committed
can run
1 parent 0506461 commit ccd2ae5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ async fn main() -> LuaResult<()> {
2424
}
2525

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

0 commit comments

Comments
 (0)