We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44642f9 commit 7d19f6dCopy full SHA for 7d19f6d
1 file changed
src/core.js
@@ -195,6 +195,7 @@ class Comb {
195
if (data === processedData) {
196
if (that.verbose) console.log(' ', path);
197
resolve(0);
198
+ return;
199
}
200
201
let tick = that.lint ? '!' : '✓';
0 commit comments