Update lua-minify.lua

This commit is contained in:
2025-12-24 23:19:38 +00:00
parent 5f64113546
commit beafcfd29f

View File

@@ -1681,7 +1681,7 @@ end
local parse = { LexLua = LexLua, ParseLua = ParseLua } local parse = { LexLua = LexLua, ParseLua = ParseLua }
local ParseLua = parser.ParseLua local ParseLua = parse.ParseLua
local lookupify = util.lookupify local lookupify = util.lookupify
-- --