Skip to content

Commit f768bf5

Browse files
author
Bozhidar Batsov
committed
Fix toggle-trace-var op name
1 parent 07836b2 commit f768bf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cider-interaction.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1565,7 +1565,7 @@ if there is no symbol at point, or if QUERY is non-nil."
15651565
(defun cider-sync-request:toggle-trace-var (symbol)
15661566
"Toggle var tracing for SYMBOL."
15671567
(cider-ensure-op-supported "toggle-trace-var")
1568-
(-> (list "op" "toggle-trace"
1568+
(-> (list "op" "toggle-trace-var"
15691569
"ns" (cider-current-ns)
15701570
"sym" symbol)
15711571
(nrepl-send-sync-request)))

0 commit comments

Comments
 (0)