1
0
Fork 0
pull/1344/head
Cory Miller 2023-02-21 15:33:28 +00:00
parent f1e183e98c
commit ed5722cdf7
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ export async function rmRF(inputPath: string): Promise<void> {
if (await ioUtil.isDirectory(inputPath)) {
const files = await ioUtil.readdir(inputPath)
for (const file of files) {
console.log(file)
console.log(file)
}
}
await ioUtil.unlink(inputPath)