mirror of
https://github.com/textmate/textmate.git
synced 2026-01-21 04:38:13 -05:00
I am seeing some crashes related to this code. My best guess is that a command execution (with exit handler) is created and then cancelled from JavaScript, which would invoke the cleanup block that uses the (now destroyed, but non-nilled) run loop.