diff --git a/src/scripts/win32.ps1 b/src/scripts/win32.ps1 index 5436835ac..7766693a9 100644 --- a/src/scripts/win32.ps1 +++ b/src/scripts/win32.ps1 @@ -155,7 +155,7 @@ Function Get-File { Invoke-WebRequest -Uri $FallbackUrl -TimeoutSec $TimeoutSec } } catch { - throw "Failed to download the build" + throw "Failed to download the assets from $Url and $FallbackUrl" } } }