Fork me on GitHub
#timbre
<
2018-11-19
>
urzds13:11:58

Hi! Does Timbre have a way to nicely log ClojureScript exceptions?

urzds13:11:01

I have this code, but nothing useful ends up on the browser console:

(when (not (s/valid? ::db db))
      (throw (ex-info "Invalid database" (s/explain-data ::db db))))