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 3597b47 commit c4f1643Copy full SHA for c4f1643
cider.el
@@ -333,7 +333,7 @@ Throws an error if PROJECT-TYPE is unknown. Known types are
333
("clojure-cli" (cider--resolve-command cider-clojure-cli-command))
334
;; here we have to account for the possibility that the command is either
335
;; "npx shadow-cljs" or just "shadow-cljs"
336
- ("shadow-cljs" (cider--resolve-command ((split-string cider-shadow-cljs-command))))
+ ("shadow-cljs" (cider--resolve-command (car (split-string cider-shadow-cljs-command))))
337
("gradle" (cider--resolve-command cider-gradle-command))
338
(_ (user-error "Unsupported project type `%s'" project-type))))
339
0 commit comments