add more logging to fs
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user