File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -126,11 +126,11 @@ Argument LEVEL and MSG are data from the debug log signal."
126126 (buffer-string )))
127127 ; ; XXX: When printing the result, no color allow.
128128 (eask--with-no-color
129- (mapc #'eask-stdout (reverse eask-analyze--log))))
130- ( t
131- (eask-info " (Checked %s file%s)"
132- (length checked-files)
133- (eask--sinr checked-files " " " s" )) ))
129+ (mapc #'eask-stdout (reverse eask-analyze--log) ))))
130+
131+ (eask-info " (Checked %s file%s)"
132+ (length checked-files)
133+ (eask--sinr checked-files " " " s" ))
134134
135135 ; ; Output file
136136 (when (and content (eask-output))
Original file line number Diff line number Diff line change 33exports [` analyze in ./analyze/dsl matches snapshot 1` ] = `
44{
55 " stderr" : "
6+
7+ [36m(Checked 1 file)[0m
68" ,
79 " stdout" : " ~/Eask:9:18 Error: ✗ Multiple definition of \` package'
810~ / Eask :12 :55 Error : ✗ Multiple definition of \` website-url'
You can’t perform that action at this time.
0 commit comments