Skip to content

Commit

Permalink
[wip] don't show original error twice
Browse files Browse the repository at this point in the history
  • Loading branch information
caadr committed Nov 13, 2023
1 parent 404224c commit 03f50de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cider.el
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,8 @@ use. The search for <remote-tempdir> is handled by tramp and falls back to
(location (concat cider-dir name))
(script (cider--ensure-executable location)))
(if (file-remote-p default-directory)
(with-demoted-errors "cider: Failed to init enrich-classpath on remote: %s"
(with-demoted-errors
"cider: Failed to initialize enrich-classpath on remote."
(thread-first
(cider--make-nearby-temp-copy script)
(cider--ensure-executable)
Expand Down

0 comments on commit 03f50de

Please sign in to comment.