summaryrefslogtreecommitdiff
path: root/cider-debug.el
diff options
context:
space:
mode:
authorChaitanya Koparkar <ckoparkar@live.in>2016-04-25 21:27:31 +0530
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2016-04-25 08:57:31 -0700
commit21b585752358c719ff87ad51246d543c59f60b82 (patch)
treefd3ab2467427700f38456b29334b6c2b588d990e /cider-debug.el
parent4ad0f08b7442891c02cca7aa59507e6c482a6ad7 (diff)
Always fetch ns-vars-with-meta from nREPL middleware (#1715)
Diffstat (limited to 'cider-debug.el')
-rw-r--r--cider-debug.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/cider-debug.el b/cider-debug.el
index dda27351..0cc808af 100644
--- a/cider-debug.el
+++ b/cider-debug.el
@@ -127,7 +127,7 @@ This variable must be set before starting the repl connection."
(erase-buffer)
(dolist (list all)
(let* ((ns (car list))
- (ns-vars-with-meta (cider-ns-vars-with-meta ns))
+ (ns-vars-with-meta (cider-sync-request:ns-vars-with-meta ns))
;; seq of metadata maps of the instrumented vars
(instrumented-meta (mapcar (apply-partially #'nrepl-dict-get ns-vars-with-meta)
(cdr list))))