Skip to content

Commit

Permalink
Update 1kiss.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
halx99 authored Jan 25, 2025
1 parent 0140ab4 commit a62e4ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 1k/1kiss.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ param(

$myRoot = $PSScriptRoot

echo "psISE=$psISE"
$psExecMode = $ExecutionContext.SessionState.LanguageMode
echo "psExecMode=$psExecMode"

$ErrorActionPreference = @('Stop', 'Continue')[!!$psISE]

Expand Down

0 comments on commit a62e4ed

Please sign in to comment.