mirror of
https://github.com/shivammathur/setup-php.git
synced 2025-09-06 21:04:07 +07:00
Add Url and FallbackUrl in exception on Windows
This commit is contained in:
@ -155,7 +155,7 @@ Function Get-File {
|
|||||||
Invoke-WebRequest -Uri $FallbackUrl -TimeoutSec $TimeoutSec
|
Invoke-WebRequest -Uri $FallbackUrl -TimeoutSec $TimeoutSec
|
||||||
}
|
}
|
||||||
} catch {
|
} catch {
|
||||||
throw "Failed to download the build"
|
throw "Failed to download the assets from $Url and $FallbackUrl"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user