Fork me on GitHub
#cider
<
2020-10-28
>
Derek20:10:53

A project I work on has recently started to err out when calling cider-jack-in-cljs . The error in question looks like this:

{:type :js-eval-exception,
    :error
    {:status :exception,
     :value "Eval timed out!",
     :stacktrace "No stacktrace available."},
    :form (set! cljs.core/*print-namespace-maps* true),
    :js "(cljs.core._STAR_print_namespace_maps_STAR_ = true)"}

Derek20:10:04

Looks like upgrading the version of clojurescript to the latest fixed it