fix win_file to stop on errors
This commit is contained in:
parent
b08cf6b94f
commit
33014c6db1
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