This commit is contained in:
Markus Fleschutz 2023-05-15 10:17:40 +02:00
parent 50cf84a237
commit caf6bbdd21

View File

@ -33,7 +33,7 @@ try {
Remove-Item -Path $fullPath -Force -Recurse Remove-Item -Path $fullPath -Force -Recurse
$numRemoved++ $numRemoved++
} else { } else {
Write-Host "#$($count): Skipping '$folder' (too young)..." Write-Host "#$($count): Skipping young '$folder'..."
} }
} }
Write-Progress -completed "." Write-Progress -completed "."