summaryrefslogtreecommitdiff
path: root/nrepl-client.el
diff options
context:
space:
mode:
authordpsutton <dpsutton@users.noreply.github.com>2017-01-26 09:17:27 -0600
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2017-01-26 22:17:27 +0700
commitec12e6b2993e03300735f73677ac34d411efefeb (patch)
tree36c8e35a5e2dbb5aaa8a3ac28535049f6922f034 /nrepl-client.el
parenteac7db2e3e351ab8fa4951d68c06358ea5fcdfde (diff)
Correctly close tooling session (#1932)
Pass connection and signify that we want to close the tooling session.
Diffstat (limited to 'nrepl-client.el')
-rw-r--r--nrepl-client.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/nrepl-client.el b/nrepl-client.el
index c5925dd9..177f8ff4 100644
--- a/nrepl-client.el
+++ b/nrepl-client.el
@@ -927,7 +927,7 @@ Optional argument TOOLING Tooling is set to t if wanting the tooling session fro
(nrepl-send-sync-request (list "op" "close")
connection)
(nrepl-send-sync-request (list "op" "close")
- t)) ;; close tooling session
+ connection nil t)) ;; close tooling session
(defun nrepl-sync-request:describe (connection)
"Perform :describe request for CONNECTION and SESSION."