Skip to content

Commit 7d19f6d

Browse files
committed
[cli] Don't print file path in lint mode twice
1 parent 44642f9 commit 7d19f6d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/core.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@ class Comb {
195195
if (data === processedData) {
196196
if (that.verbose) console.log(' ', path);
197197
resolve(0);
198+
return;
198199
}
199200

200201
let tick = that.lint ? '!' : '✓';

0 commit comments

Comments
 (0)