Skip to content

Commit

Permalink
Merge pull request #118 from theohbrothers/enhancement/entrypoint-dis…
Browse files Browse the repository at this point in the history
…able-setting-of-default-errorview-preference

Enhancement (entrypoint): Disable setting of default `ErrorView` preference
  • Loading branch information
joeltimothyoh authored Jun 1, 2024
2 parents e01a2f7 + 1304876 commit ec7f89c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/scripts/ci/Invoke-Generate.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ $env:RELEASE_NOTES_PATH = '/path/to/.release-notes.md'

Set-StrictMode -Version Latest
$ErrorActionPreference = 'Stop'
$ErrorView = 'NormalView'

try {
Push-Location $PSScriptRoot
Expand Down
1 change: 0 additions & 1 deletion src/scripts/ci/Invoke-Release.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ param()

Set-StrictMode -Version Latest
$ErrorActionPreference = 'Stop'
$ErrorView = 'NormalView'

try {
Push-Location $PSScriptRoot
Expand Down

0 comments on commit ec7f89c

Please sign in to comment.