23b7df5fa97d0bfc5c3a6932aff50c1420318fa5
proc.kill() only signalled the direct child (bash), leaving a running ffmpeg grandchild orphaned and still encoding. now killTree() walks /proc, SIGTERMs the whole subtree (bash + ffmpeg), then SIGKILLs any straggler after 2s. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Description
No description provided
42 MiB
Languages
TypeScript
90.9%
Shell
4.7%
JavaScript
4.1%
CSS
0.2%
HTML
0.1%