diff --git a/packages/io/src/io.ts b/packages/io/src/io.ts index 8efe4632..8f481dd5 100644 --- a/packages/io/src/io.ts +++ b/packages/io/src/io.ts @@ -134,7 +134,7 @@ export async function rmRF(inputPath: string): Promise { resolve("timeout") }, 500) - let result = null; + let result = null if (await ioUtil.isDirectory(inputPath, true)) { result = childProcess.spawn(cmdPath, ['/s', '/c', '"rd /s /q "%inputPath%""'], { env: {inputPath}