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.
face
cider-stacktrace--emit-spec-problems
1 parent 7ab3208 commit b7c93feCopy full SHA for b7c93fe
cider-stacktrace.el
@@ -776,8 +776,7 @@ the NAME. The whole group is prefixed by string INDENT."
776
(cider-stacktrace--insert-named-group indent " Value: " value)
777
(insert "\n")
778
(cider-stacktrace--insert-named-group indent "Problems: \n")
779
- (let ((indent2 (concat indent " "))
780
- (face 'font-lock-comment-face))
+ (let ((indent2 (concat indent " ")))
781
(dolist (prob problems)
782
(nrepl-dbind-response prob (in val predicate reason spec at extra)
783
0 commit comments