summaryrefslogtreecommitdiff
path: root/cider-interaction.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2014-02-12 09:19:55 +0200
committerBozhidar Batsov <bozhidar@batsov.com>2014-02-12 09:19:55 +0200
commit1fb15f2904486d1c68858dd645806881cfa40c7d (patch)
tree733d7dc11de97551e8dc219be9dc79f618c2d17d /cider-interaction.el
parentaa699d3edf8a175ae96267814a921e82f45f33e6 (diff)
parent3ce181a62299d26bfac9047da958509283175e70 (diff)
Merge pull request #476 from hugoduncan/feature/use-print-cause-trace
Use clojure.stacktrace/print-cause-trace
Diffstat (limited to 'cider-interaction.el')
-rw-r--r--cider-interaction.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/cider-interaction.el b/cider-interaction.el
index bc66ed6f..84879e8f 100644
--- a/cider-interaction.el
+++ b/cider-interaction.el
@@ -766,7 +766,7 @@ They exist for compatibility with `next-error'."
(lexical-let ((cider-popup-on-error cider-popup-on-error))
(with-current-buffer buffer
(cider-eval "(if-let [pst+ (clojure.core/resolve 'clj-stacktrace.repl/pst+)]
- (pst+ *e) (clojure.stacktrace/print-stack-trace *e))"
+ (pst+ *e) (clojure.stacktrace/print-cause-trace *e))"
(nrepl-make-response-handler
(cider-make-popup-buffer cider-error-buffer)
nil