fix win_file to stop on errors

reviewable/pr18780/r1
nitzmahone 9 years ago
parent b08cf6b94f
commit 33014c6db1

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

Loading…
Cancel
Save