Konrad Mrożek
2023-10-17 7453638e17f93761480ded6586ff1ba06195f463
Print stack trace if an exception occured
1 files modified
4 ■■■ changed files
clojure/src/test_runner.clj 4 ●●● patch | view | raw | blame | history
clojure/src/test_runner.clj
@@ -72,7 +72,9 @@
      (println (str "ERROR-CONTINUE:ACTUAL:"
                    (if (instance? Throwable (:actual m))
                      (ex-message (:actual m))
                      (pr-str (:actual m))))))))
                      (pr-str (:actual m)))))
      (when (instance? Throwable (:actual m))
        (.printStackTrace (:actual m))))))
(defmethod vim-report :default
  [_])