Skip to content

Commit

Permalink
Enhancement (entrypoint): Disable setting of default ErrorView pref…
Browse files Browse the repository at this point in the history
…erence
  • Loading branch information
joeltimothyoh committed Jun 1, 2024
1 parent e01a2f7 commit 1304876
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 1304876

Please sign in to comment.