mirror of
https://github.com/bytedream/litbwraw.git
synced 2025-05-08 19:55:13 +02:00
add missing semicolon
This commit is contained in:
parent
3e846b6dfa
commit
d723f64672
@ -23,6 +23,6 @@ for (let i = 0; i < args.length; i++) {
|
||||
lua.lua_pushstring(L, args[i]);
|
||||
lua.lua_rawseti(L, -2, i + 1);
|
||||
}
|
||||
lua.lua_setglobal(L, 'arg')
|
||||
lua.lua_setglobal(L, 'arg');
|
||||
|
||||
lauxlib.luaL_dostring(L, fengari.to_luastring(program));
|
||||
|
Loading…
x
Reference in New Issue
Block a user