Skip to content

Commit 03f50de

Browse files
committed
[wip] don't show original error twice
1 parent 404224c commit 03f50de

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cider.el

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,8 @@ use. The search for <remote-tempdir> is handled by tramp and falls back to
438438
(location (concat cider-dir name))
439439
(script (cider--ensure-executable location)))
440440
(if (file-remote-p default-directory)
441-
(with-demoted-errors "cider: Failed to init enrich-classpath on remote: %s"
441+
(with-demoted-errors
442+
"cider: Failed to initialize enrich-classpath on remote."
442443
(thread-first
443444
(cider--make-nearby-temp-copy script)
444445
(cider--ensure-executable)

0 commit comments

Comments
 (0)