mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Set ErrorActionPreference on all powershell scripts and add explicit error checks.
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
$ErrorActionPreference = "Stop"
|
||||
|
||||
# Needed for Invoke-WebRequest to work via CI.
|
||||
$progressPreference = "silentlyContinue"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user