Fork me on GitHub
#lein-figwheel
<
2016-02-11
>
kauko09:02:08

I have a .cljc file that has a function, which uses (ns-public) and (assert), and my understanding is that the former is not available on the .cljs side. Still, when the asserts correctly fail, I get the error message in figwheel

kauko09:02:34

And the error message doesn't look like it's some strangeness with nil values or anything, it's the correct result

kauko09:02:47

what's going on? parrot