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.
with-demoted-errors
1 parent fd4562b commit 881df67Copy full SHA for 881df67
cider.el
@@ -442,7 +442,7 @@ use. The search for '<remote-tempdir>' is handled by tramp and falls back to
442
(script (cider--ensure-executable location)))
443
(if (file-remote-p default-directory)
444
(with-demoted-errors
445
- "cider: Failed to initialize enrich-classpath on remote."
+ "cider: Failed to initialize enrich-classpath on remote:\n %s"
446
(thread-first
447
(cider--make-nearby-temp-copy script)
448
(cider--ensure-executable)
0 commit comments