pull/165/head
Vladimir Safonkin 5 years ago
parent c7eaa2ec00
commit 6b7d951977

@ -19,6 +19,6 @@ if ($os -eq "Linux") {
foreach ($path in $pathsToClear) {
if (Test-Path $path) {
Write-Host "Clear $path path"
Remove-Item $path -Recurse -Force
Remove-Item $path -Recurse -Force -ErrorAction SilentlyContinue
}
}

Loading…
Cancel
Save