mirror of
https://github.com/Swatinem/rust-cache.git
synced 2026-04-22 15:30:30 +00:00
explicitly close dir handles, add more logging, cleanups
This commit is contained in:
@@ -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 {}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user