diff --git a/venv.ps1 b/venv.ps1 index 0b1a7d726..1392e0c79 100644 --- a/venv.ps1 +++ b/venv.ps1 @@ -1,3 +1,5 @@ +$ErrorActionPreference = "Stop" + param ( [string]$python = $(throw "-python is required."), [string]$install_mode = $(throw "-install_mode is required."),