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
Seeing this too. Most of the time, when I type quit in a Leiningen REPL, I get a response of "Bye for now!" followed by no prompt. Using VisualVM I have confirmed that Clojure itself has stopped running at that point (so it's not due to hung threads/etc in my application).
Another SIGINT is needed each time
lein
should quit.I’m using
LEIN_JAVA_CMD=${LEIN_JAVA_CMD-drip}
in myleinrc
and the newest version from Github.The text was updated successfully, but these errors were encountered: