diff --git a/frontend/src/app/main/errors.cljs b/frontend/src/app/main/errors.cljs index b70a6c367..635119234 100644 --- a/frontend/src/app/main/errors.cljs +++ b/frontend/src/app/main/errors.cljs @@ -155,6 +155,9 @@ (defmethod ptk/handle-error ::exceptional-state [error] + (when-let [cause (::instance error)] + (js/console.log (.-stack cause))) + (ts/schedule #(st/emit! (rt/assign-exception error))))