Welcome! Please see the About page for a little more info on how this works.

0 votes
in ClojureScript by

I'm using rebel-readline-cljs {:mvn/version "0.1.4"} along with figwheel to autoreload my CLJS. One thing that cost me a lot of time is that when there's a serious error such as invoking a method that isn't defined for the type invoked on the REPL will just hang and refuse all further input. The only fix is to Cntr^C and kill the session. This means a complete restart though and I lose all my defs. Does anyone know what's going on here and how to stop it?

Please log in or register to answer this question.

...