Skip to content

Commit 6d1f6de

Browse files
committed
Add a todo
1 parent 376381d commit 6d1f6de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cider.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -377,6 +377,7 @@ Throws an error if PROJECT-TYPE is unknown."
377377
('shadow-cljs (let ((parts (split-string cider-shadow-cljs-command)))
378378
(when-let* ((command (cider--resolve-command (car parts))))
379379
(mapconcat #'identity (cons command (cdr parts)) " "))))
380+
;; TODO: Address the duplicated code bellow.
380381
;; here we have to account for the possibility that the command is either
381382
;; "nbb" (default) or "npx nbb".
382383
('nbb (let ((parts (split-string cider-nbb-command)))

0 commit comments

Comments
 (0)