omarchy icon indicating copy to clipboard operation
omarchy copied to clipboard

Package install TUI disappears silently if a package is missing

Open pipetogrep opened this issue 3 months ago • 1 comments

When using the built in package TUI, if there's an issue eg a missing package, the TUI will close without warning.

pipetogrep avatar Sep 04 '25 19:09 pipetogrep

I've noticed that! Something must just be calling exit 1. I think we can solve by wrapping the call in a bash subshell.

dhh avatar Sep 06 '25 07:09 dhh

Fixed in 2.1.1

pipetogrep avatar Sep 10 '25 11:09 pipetogrep