Set ErrorActionPreference to "Stop".
This is required to correctly propagate exceptions from function calls. Otherwise every call has to specify the "-EA" flag explicitly. Refers to #28
Please register or sign in to comment
This is required to correctly propagate exceptions from function calls. Otherwise every call has to specify the "-EA" flag explicitly. Refers to #28