You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm developing an Atom plug-in (Chlorine, another idea on connecting Clojure to Atom) that connects console to a REPL. When I close the console I want to disconnect the REPL.
Right now I'm using
console.currentPane().onDidDestroy(...)
, but it's also emitting the signal to close the console when I drag it.Is there a way to detect that the console was closed?
The text was updated successfully, but these errors were encountered: