Closed lingo closed 9 years ago
Thanks for the bug report!
I've pushed a patch in 2.4.1 that removes this code, so it should work again for you.
The code was in place to close the process when the DevTools window is closed. I will open another ticket to explore better ways of doing that. :smile:
Great, thank you! I'll check the new version.
If I run
hihat
I get a javascript REPL in the devtools, but if I runhihat --node
then the window briefly flashes open and closes instantly.After some fiddling with the source code it seems to be this block in
hihat/index.js:136
that is reached:If I run hihat with a frame size set then I don't get the immediate quit, e.g.
hihat --node --frame 320,200
.Edit This is on Ubuntu 14.04.2 LTS. Perhaps hihat can auto-size the frame better?