3
0
Fork 0
mirror of https://github.com/Swatinem/rust-cache synced 2026-02-12 22:03:04 +00:00

explicitly close dir handles, add more logging, cleanups

This commit is contained in:
Arpad Borsos 2022-09-04 13:10:36 +02:00
parent 213334cd98
commit be4be3720d
No known key found for this signature in database
GPG key ID: FC7BCA77824B3298
5 changed files with 217 additions and 148 deletions

View file

@ -45,7 +45,7 @@ async function run() {
try {
const packages = await workspace.getPackages();
await cleanTargetDir(workspace.target, packages);
await cleanTargetDir(workspace.target, packages, true);
} catch {}
}
}