forgot something

This commit is contained in:
Sam Roxanne 2020-06-02 12:21:21 -05:00
parent 4436ea7663
commit af9be05fc8
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ function providers.luamin(cin)
-- io.stderr:write("DEBUG: ", "luamin -f "..fn.." 2>&1", "\n")
local dat = lmh:read("*a")
local stat, _, code = lmh:close()
--os.remove(fn)
os.remove(fn)
if (code ~= 0) then
return false, dat
end