mirror of
https://github.com/shivammathur/setup-php.git
synced 2024-11-22 20:01:06 +07:00
Add Url and FallbackUrl in exception on Windows
This commit is contained in:
parent
e513384a65
commit
3e2462a699
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user