fix powershell action preference

This commit is contained in:
Henning Peters 2015-12-19 10:15:23 +01:00
parent 1292c11ece
commit 600d00e3e1

View File

@ -1,3 +1,5 @@
$ErrorActionPreference = "Stop"
param (
[string]$python = $(throw "-python is required."),
[string]$install_mode = $(throw "-install_mode is required."),