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
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 {}
}
}