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 404224c commit 03f50deCopy full SHA for 03f50de
cider.el
@@ -438,7 +438,8 @@ use. The search for <remote-tempdir> is handled by tramp and falls back to
438
(location (concat cider-dir name))
439
(script (cider--ensure-executable location)))
440
(if (file-remote-p default-directory)
441
- (with-demoted-errors "cider: Failed to init enrich-classpath on remote: %s"
+ (with-demoted-errors
442
+ "cider: Failed to initialize enrich-classpath on remote."
443
(thread-first
444
(cider--make-nearby-temp-copy script)
445
(cider--ensure-executable)
0 commit comments