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 7d9de37 commit 8a82e11Copy full SHA for 8a82e11
example/gulp/reduce/gulpfile.js
@@ -48,7 +48,7 @@ gulp.task('watch', ['clean'], function () {
48
}))
49
.on('data', file => console.log('bundle:', file.relative))
50
.once('end', function () {
51
- console.log('-'.repeat(40), cout++ + '')
+ console.log('-'.repeat(40), count++ + '')
52
if (count > 3) {
53
b.close()
54
}
0 commit comments