mirror of
				https://github.com/cmderdev/cmder.git
				synced 2025-10-31 09:22:15 +08:00 
			
		
		
		
	do not stop when using fallback method
This commit is contained in:
		| @@ -235,7 +235,7 @@ function Download-File { | ||||
|         } | ||||
|     } | ||||
|     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" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user