From 5a97107fcab0b2fc74246d2a6416e6dd8698a963 Mon Sep 17 00:00:00 2001 From: Cory Miller <13227161+cory-miller@users.noreply.github.com> Date: Tue, 21 Feb 2023 18:34:11 +0000 Subject: [PATCH] retires --- packages/io/src/io.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/io/src/io.ts b/packages/io/src/io.ts index 0dd160c8..1b6cd88a 100644 --- a/packages/io/src/io.ts +++ b/packages/io/src/io.ts @@ -128,8 +128,10 @@ export async function rmRF(inputPath: string): Promise { try { await ioUtil.rm(inputPath, { + force: true, + maxRetries: 3, recursive: true, - force: true + retryDelay: 200 }) // const cmdPath = ioUtil.getCmdPath()