summaryrefslogtreecommitdiff
path: root/cider.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2018-04-17 21:07:51 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2018-04-17 21:07:51 +0300
commit5169cebe8a8b07447f971772818dff64b9cb4caa (patch)
tree2898379de053f94eb2b35ba3ff2d05d9054ac7f5 /cider.el
parente0deb8e0698b148a620d0fa2ffee5b8762cc6f12 (diff)
Don't use resolved commands in cider-jack-in
This breaks with commands like `npx shadow-cljs`, as the second part of the command gets discarded.
Diffstat (limited to 'cider.el')
-rw-r--r--cider.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/cider.el b/cider.el
index 937de6b4..a5dcb4fd 100644
--- a/cider.el
+++ b/cider.el
@@ -886,7 +886,7 @@ own buffer."
(cider-inject-jack-in-dependencies command-global-opts params project-type)
params))
- (cmd (format "%s %s" command-resolved params)))
+ (cmd (format "%s %s" command params)))
(if (or project-dir cider-allow-jack-in-without-project)
(progn
(when (or project-dir