mirror of
https://github.com/Adorable-Catgirl/LuaComp.git
synced 2024-11-23 10:28:06 +11:00
forgot something
This commit is contained in:
parent
4436ea7663
commit
af9be05fc8
@ -38,7 +38,7 @@ function providers.luamin(cin)
|
|||||||
-- io.stderr:write("DEBUG: ", "luamin -f "..fn.." 2>&1", "\n")
|
-- io.stderr:write("DEBUG: ", "luamin -f "..fn.." 2>&1", "\n")
|
||||||
local dat = lmh:read("*a")
|
local dat = lmh:read("*a")
|
||||||
local stat, _, code = lmh:close()
|
local stat, _, code = lmh:close()
|
||||||
--os.remove(fn)
|
os.remove(fn)
|
||||||
if (code ~= 0) then
|
if (code ~= 0) then
|
||||||
return false, dat
|
return false, dat
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user