@@ -1296,5 +1296,6 @@ LUAMOD_API int luaopen_lush (lua_State *L) {
/* store in registry for OP_LUSH access */
lua_pushvalue(L,-1);
lua_rawseti(L,LUA_REGISTRYINDEX,LUA_RIDX_LUSH);
luaopen_builtins(L);/* register builtins in lush table */
return1;
}
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.