We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 573b112 commit d13f351Copy full SHA for d13f351
cider-eval.el
@@ -915,7 +915,7 @@ This is used by pretty-printing commands."
915
(cider-popup-buffer-quit-function t)))
916
;; also call the default nrepl-err-handler, so that our custom behavior doesn't void the base behavior:
917
(when nrepl-err-handler
918
- (funcall nrepl-err-handler buffer)))
+ (funcall nrepl-err-handler (current-buffer))))
919
;; content type handler:
920
nil
921
;; truncated handler:
0 commit comments