Skip to content

Commit

Permalink
Update run.ps1
Browse files Browse the repository at this point in the history
make exit an exit 0
  • Loading branch information
starchyunderscore authored Oct 15, 2023
1 parent 6ca1874 commit 7765d65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion current/run.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,5 @@ if (!([Security.Principal.WindowsPrincipal][Security.Principal.WindowsIdentity]:
# Ask if user wants to exit powershell
$leave = $Host.UI.PromptForChoice("Exit powershell window?", "", @("&Yes", "&No"), 0)
if ($leave -eq 0) {
exit
exit 0
}

0 comments on commit 7765d65

Please sign in to comment.