Fork me on GitHub
#cider
<
2019-06-30
>
oskarkv21:06:12

I started both a clj and a cljs repl with cider-jack-in-clj&cljs. I noticed that only the clj repl pretty-prints. In the cljs repl I always get a long line, which is not pretty. 😞

oskarkv21:06:51

Does anybody know what's wrong?

oskarkv22:06:25

Is pretty printing supposed to work for cljs repls? 😛

oskarkv23:06:52

Another issue: If I evaluate an expression at the REPL in ClojureScript, and I get an error somewhere in it, then I don't see any output from printlns that happened before the error. Makes debugging really hard. Does anyone know what's up with that?