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 6792ca8 commit 89bacf1Copy full SHA for 89bacf1
nrepl-client.el
@@ -463,7 +463,7 @@ within emacs. Return the newly created client connection process."
463
(with-current-buffer (process-buffer process)
464
(remhash id nrepl-pending-requests)
465
(setq nrepl-tooling-session new-session))
466
- (error "Could not create new tooling session (%s)")))))
+ (error "Could not create new tooling session (%s)" err)))))
467
468
(defun nrepl--port-from-file (file)
469
"Attempts to read port from a file named by FILE."
0 commit comments