mirror of
https://github.com/textmate/textmate.git
synced 2026-01-23 21:57:54 -05:00
This would happen for a command that is set to re-use previous output window (when busy). We would kill the running command and wait (in the main dispatch queue) for it to stop, but since the runner is (now) using GCD as well, and updating the “did exit” status in the main queue, we would wait forever.