fix win_file to stop on errors
This commit is contained in:
parent
d0e37fa542
commit
60ca6e2f85
1 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,8 @@
|
|||
# WANT_JSON
|
||||
# POWERSHELL_COMMON
|
||||
|
||||
$ErrorActionPreference = "Stop"
|
||||
|
||||
$params = Parse-Args $args
|
||||
|
||||
# path
|
||||
|
|
Loading…
Reference in a new issue