Skip to content

Commit

Permalink
use break instead of exit
Browse files Browse the repository at this point in the history
use break instead of exit to be more consistent
  • Loading branch information
MyDrift-user authored Jun 12, 2024
1 parent fc3fc5d commit e78fbaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/start.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ if ($env:OS -ne "Windows_NT") {
Write-Host "============================================" -Foregroundcolor Red
Write-Host ""
Write-Host "Detected OS: $env:OS"
exit
break
}

# Set DebugPreference based on the -Debug switch
Expand Down

0 comments on commit e78fbaf

Please sign in to comment.