Fix redbean regression from previous commit

This commit is contained in:
Justine Tunney 2022-06-19 00:59:07 -07:00
parent 8c895453e2
commit 2c7fe0f361

View file

@ -5176,10 +5176,11 @@ static const luaL_Reg kLuaFuncs[] = {
}; };
static const luaL_Reg kLuaLibs[] = { static const luaL_Reg kLuaLibs[] = {
{"re", LuaRe}, //
{"maxmind", LuaMaxmind}, //
{"lsqlite3", luaopen_lsqlite3}, //
{"argon2", luaopen_argon2}, // {"argon2", luaopen_argon2}, //
{"lsqlite3", luaopen_lsqlite3}, //
{"maxmind", LuaMaxmind}, //
{"re", LuaRe}, //
{"unix", LuaUnix}, //
}; };
static void LuaSetArgv(lua_State *L) { static void LuaSetArgv(lua_State *L) {