Skip to content

Commit 881df67

Browse files
committed
Fix with-demoted-errors message not containing format string
1 parent fd4562b commit 881df67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cider.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ use. The search for '<remote-tempdir>' is handled by tramp and falls back to
442442
(script (cider--ensure-executable location)))
443443
(if (file-remote-p default-directory)
444444
(with-demoted-errors
445-
"cider: Failed to initialize enrich-classpath on remote."
445+
"cider: Failed to initialize enrich-classpath on remote:\n %s"
446446
(thread-first
447447
(cider--make-nearby-temp-copy script)
448448
(cider--ensure-executable)

0 commit comments

Comments
 (0)