Skip to content

fix: use return instead of exit in install.ps1 to avoid killing session#61

Merged
jrob5756 merged 1 commit intomainfrom
fix/ps1-exit-crash
Mar 26, 2026
Merged

fix: use return instead of exit in install.ps1 to avoid killing session#61
jrob5756 merged 1 commit intomainfrom
fix/ps1-exit-crash

Conversation

@jrob5756
Copy link
Copy Markdown
Collaborator

When run via irm | iex, exit 0 kills the entire PowerShell session. Changed to return. Also fixed version capture to use 2>&1 | Out-String.

@jrob5756 jrob5756 merged commit 7e82953 into main Mar 26, 2026
7 checks passed
@jrob5756 jrob5756 deleted the fix/ps1-exit-crash branch March 26, 2026 13:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant