Skip to content

Commit 7b4a036

Browse files
committed
style: reinstate argument name
1 parent afbf61e commit 7b4a036

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/binding-factory.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ const luaBindings: Record<string, luaBindingFactoryFunc> = {
5555
lua_tostring: luaGlue.cwrap("lua_tostring", "number", ["number", "number"])
5656
};
5757
},
58-
"5.1.x": function(_: LuaEmscriptenModule){
58+
"5.1.x": function(_luaGlue: LuaEmscriptenModule){
5959
return {
6060
// #define lua_getglobal(L,s) lua_getfield(L, LUA_GLOBALSINDEX, s)
6161
lua_getglobal: function (L: LuaState, name: string) {

0 commit comments

Comments
 (0)