Commit c6a9c460 authored by nanahira's avatar nanahira

uncomment

parent 428c91ee
......@@ -16,7 +16,7 @@ async function handlePackageEntry(packageName: string, versionString: string) {
try {
await fs.promises.access(path);
console.log(`Removing ${path} ...`);
// await fs.promises.rmdir(path, { recursive: true });
await fs.promises.rmdir(path, { recursive: true });
} catch (e) {}
}),
);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment