We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 070e12a commit 623bb18Copy full SHA for 623bb18
bin/gulp.js
@@ -96,6 +96,8 @@ function formatError(e) {
96
97
// wire up logging events
98
function logEvents(gulpInst) {
99
+ gulpInst.on('err', function(){});
100
+
101
gulpInst.on('task_start', function(e) {
102
gutil.log('Starting', "'" + chalk.cyan(e.task) + "'...");
103
});
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "gulp",
3
"description": "The streaming build system",
4
- "version": "3.5.6",
+ "version": "3.6.0",
5
"homepage": "http://gulpjs.com",
6
"repository": "gulpjs/gulp",
7
"author": "Fractal <contact@wearefractal.com> (http://wearefractal.com/)",
0 commit comments