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.
1 parent c7600fc commit 7e9d527Copy full SHA for 7e9d527
lisp/core/analyze.el
@@ -111,8 +111,8 @@ Argument LEVEL and MSG are data from the debug log signal."
111
(eask--silent-error
112
(eask--save-load-eask-file file
113
(push file checked-files)
114
- ;; also count files with errors in the total count
115
- (push file checked-files))))
+ ;; also count files with errors in the total count
+ (push file checked-files))))
116
117
;; Print result
118
(eask-msg "")
0 commit comments