mirror of
https://github.com/cmderdev/cmder.git
synced 2024-11-10 09:49:12 +08:00
do not stop when using fallback method
This commit is contained in:
parent
a2a996147e
commit
ce23189427
@ -235,7 +235,7 @@ function Download-File {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch {
|
catch {
|
||||||
Write-Error "Failed to download file using BITS, reason: $_`nUsing fallback method instead...`n"
|
Write-Error "Failed to download file using BITS, reason: $_`nUsing fallback method instead...`n" -ErrorAction:Continue
|
||||||
}
|
}
|
||||||
|
|
||||||
Write-Verbose "Downloading from $Url to $File`n"
|
Write-Verbose "Downloading from $Url to $File`n"
|
||||||
|
Loading…
Reference in New Issue
Block a user