Skip to content

Commit

Permalink
Change ErrorActionPreference
Browse files Browse the repository at this point in the history
  • Loading branch information
RustyTake-Off committed Jul 26, 2024
1 parent e53d433 commit b3a46c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion winfiles/.dots/scripts/completions.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ param()

begin {
# Preferences
$ErrorActionPreference = 'Stop'
$ErrorActionPreference = 'SilentlyContinue'
}

process {
Expand Down
2 changes: 1 addition & 1 deletion winfiles/.dots/scripts/functions.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ param()

begin {
# Preferences
$ErrorActionPreference = 'Stop'
$ErrorActionPreference = 'SilentlyContinue'
}

process {
Expand Down

0 comments on commit b3a46c4

Please sign in to comment.