remove files

This commit is contained in:
Scott E. Graves 2022-09-06 09:35:21 -05:00
parent 15b99738c7
commit b5586fcf6e

View File

@ -588,7 +588,8 @@ M.clean = function()
name = decode(Path:new(name):make_relative(haven_config.haven_path)):sub(1, -6) name = decode(Path:new(name):make_relative(haven_config.haven_path)):sub(1, -6)
local p = Path:new(name) local p = Path:new(name)
if not p:exists() then if not p:exists() then
print(p:absolute()) print("removing:" .. p:absolute())
p:rm()
end end
end end
end end