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:
parent
213334cd98
commit
be4be3720d
5 changed files with 217 additions and 148 deletions
|
|
@ -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 {}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue