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 376381d commit 6d1f6deCopy full SHA for 6d1f6de
cider.el
@@ -377,6 +377,7 @@ Throws an error if PROJECT-TYPE is unknown."
377
('shadow-cljs (let ((parts (split-string cider-shadow-cljs-command)))
378
(when-let* ((command (cider--resolve-command (car parts))))
379
(mapconcat #'identity (cons command (cdr parts)) " "))))
380
+ ;; TODO: Address the duplicated code bellow.
381
;; here we have to account for the possibility that the command is either
382
;; "nbb" (default) or "npx nbb".
383
('nbb (let ((parts (split-string cider-nbb-command)))
0 commit comments