891b875cd1f405bf85767f270b48f0caac50dfcd
run_with_label piped output through a while loop, so $! tracked the formatter PID instead of the actual command. Ctrl-C killed the formatters but left app/worker/css-watch running as orphans. Switch to process substitution so $! is the real command PID, and pkill -P children before killing tracked PIDs. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Description
No description provided
Languages
HTML
46.4%
Python
43.3%
JavaScript
4.6%
Jinja
2.3%
CSS
2.2%
Other
1.2%