add more logging to fs

This commit is contained in:
2025-05-06 17:13:36 -05:00
parent 47796d597e
commit e0814ff507

View File

@ -41,7 +41,9 @@ function fs:clean(package)
if name then
queue[name] = package.get_base_dir().."/"..name
else
break
-- if there's a single error bail out
logger:log("error", "failed to run clean uv.fs_scandir_next failed")
return
end
end