Fork me on GitHub
#cider
<
2019-06-29
>
oskarkv01:06:48

I don't know if this is cider's fault, but when I have (assert false "HELLO") or (throw "HELLO") in a .cljs file, and do cider-load-buffer I don't see those messages. It's as if everything went fine.

oskarkv01:06:07

If I eval those forms with cider-eval-defun-at-point then I see the error messages.

oskarkv01:06:24

I'm using figwheel-main, and I see the errors in my browser console. But I would like to see them in Emacs too. 😕