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.
2 parents 0ff2841 + cffe349 commit 27fa243Copy full SHA for 27fa243
1 file changed
lisp/nrepl-client.el
@@ -859,8 +859,8 @@ command and e.g. notify the user about them."
859
;; If we couldn't finish, return nil.
860
(when (member "done" status)
861
(nrepl-dbind-response response (ex err eval-error id)
862
- (when (and ex err eval-error)
863
- (funcall nrepl-err-handler-function))
+ (when (and ex err eval-error nrepl-err-handler-function)
+ (funcall nrepl-err-handler-function connection))
864
(when id
865
(with-current-buffer connection
866
(nrepl--mark-id-completed id)))
0 commit comments