forked from loafle/openapi-generator-original
stop error globally (#5858)
This commit is contained in:
Vendored
+3
@@ -1,6 +1,9 @@
|
||||
{{>partial_header}}
|
||||
#region Import functions
|
||||
|
||||
# set $ErrorActionPreference to 'Stop' globally
|
||||
$ErrorActionPreference = 'Stop'
|
||||
|
||||
# store the API client's configuration
|
||||
$Script:Configuration = [System.Collections.HashTable]@{}
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
#
|
||||
# Generated by: OpenAPI Generator Team
|
||||
#
|
||||
# Generated on: 4/6/20
|
||||
# Generated on: 4/8/20
|
||||
#
|
||||
|
||||
@{
|
||||
|
||||
@@ -7,6 +7,9 @@
|
||||
|
||||
#region Import functions
|
||||
|
||||
# set $ErrorActionPreference to 'Stop' globally
|
||||
$ErrorActionPreference = 'Stop'
|
||||
|
||||
# store the API client's configuration
|
||||
$Script:Configuration = [System.Collections.HashTable]@{}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user