1
0
Fork 0

try quiet mode

pull/1344/head
Cory Miller 2023-02-17 19:48:08 +00:00
parent f13d18d494
commit 143b802c0a
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ export async function rmRF(inputPath: string): Promise<void> {
} else {
result = childProcess.spawn(
cmdPath,
['/s', '/c', '"del /f /a "%inputPath%""'],
['/s', '/c', '"del /f /q /a "%inputPath%""'],
{
env: {inputPath}
}