You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: redirect helper output to stderr in install script
Command substitution was capturing info/warn/error messages from helper
functions, causing the install script to fail when getting binary paths.
- Redirect info(), warn(), and error() output to stderr in scripts/install.sh
- Update tests to check stderr for helper function output
0 commit comments