Skip to content

Commit 89bacf1

Browse files
author
Bozhidar Batsov
committed
Add missing error param
1 parent 6792ca8 commit 89bacf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nrepl-client.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ within emacs. Return the newly created client connection process."
463463
(with-current-buffer (process-buffer process)
464464
(remhash id nrepl-pending-requests)
465465
(setq nrepl-tooling-session new-session))
466-
(error "Could not create new tooling session (%s)")))))
466+
(error "Could not create new tooling session (%s)" err)))))
467467

468468
(defun nrepl--port-from-file (file)
469469
"Attempts to read port from a file named by FILE."

0 commit comments

Comments
 (0)