- Background subshell '( cmd ) &' + 'wait' interacted badly with set -euo pipefail on macOS bash 3.2, killing the script silently before the progress-bar's error branch could run - New approach: just 'cmd &' (no subshell), bracket the whole bg+wait region with 'set +e' / 'set -e', then check rc explicitly - Also adds ERR-trap with call stack + RUN_QUIET_DEBUG=1 fallback (streams output directly via tee, useful for debugging build failures)
Description
Self-hosted mirror of rebreak monorepo
Languages
TypeScript
68%
Vue
7.9%
Swift
7.7%
Shell
4.2%
JavaScript
3.1%
Other
8.9%