fix win_file to stop on errors

pull/18777/head
nitzmahone 9 years ago committed by Matt Clay
parent d0e37fa542
commit 60ca6e2f85

@ -17,6 +17,8 @@
# WANT_JSON
# POWERSHELL_COMMON
$ErrorActionPreference = "Stop"
$params = Parse-Args $args
# path

Loading…
Cancel
Save