File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1324,10 +1324,10 @@ command will prompt for the name of the namespace to switch to."
1324
1324
(let ((f (if (equal 'cljs
1325
1325
(with-current-buffer connection
1326
1326
cider-repl-type))
1327
- ; ; For cljs, don't use cider-sync- tooling-eval, because Piggieback will later change the ns (issue #3503):
1327
+ ; ; For cljs, don't use cider-tooling-eval, because Piggieback will later change the ns (issue #3503):
1328
1328
#'cider-nrepl-request:eval
1329
- ; ; When possible, favor cider-sync- tooling-eval because it preserves *1, etc (commit 5f705b):
1330
- #'cider-sync- tooling-eval )))
1329
+ ; ; When possible, favor cider-tooling-eval because it preserves *1, etc (commit 5f705b):
1330
+ #'cider-tooling-eval )))
1331
1331
(funcall f (format " (in-ns '%s ) " ns)
1332
1332
(cider-repl-switch-ns-handler connection))))))
1333
1333
You can’t perform that action at this time.
0 commit comments