afucher / clojure-repl-intellij

Free OpenSource IntelliJ plugin for Clojure REPL development.
MIT License
52 stars 5 forks source link

Exception when not handling connection refused #37

Open ericdallo opened 5 months ago

ericdallo commented 5 months ago

If we try for example to eval a repl after closing its conection in the terminal, we receive a java.net.ConnectException: Connection refused which blows up the plugin, we should handle that exception and present to user in the repl and close the repl