1
0
Fork 0
pull/1344/head
Cory Miller 2023-02-21 18:34:11 +00:00
parent c07cd3b44d
commit 5a97107fca
1 changed files with 3 additions and 1 deletions

View File

@ -128,8 +128,10 @@ export async function rmRF(inputPath: string): Promise<void> {
try {
await ioUtil.rm(inputPath, {
force: true,
maxRetries: 3,
recursive: true,
force: true
retryDelay: 200
})
// const cmdPath = ioUtil.getCmdPath()