Skip to content

Commit 8a82e11

Browse files
committed
Fix: example
1 parent 7d9de37 commit 8a82e11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/gulp/reduce/gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ gulp.task('watch', ['clean'], function () {
4848
}))
4949
.on('data', file => console.log('bundle:', file.relative))
5050
.once('end', function () {
51-
console.log('-'.repeat(40), cout++ + '')
51+
console.log('-'.repeat(40), count++ + '')
5252
if (count > 3) {
5353
b.close()
5454
}

0 commit comments

Comments
 (0)