Skip to content

Commit 623bb18

Browse files
author
Contra
committed
dont exit the process or stop watching on error
1 parent 070e12a commit 623bb18

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

bin/gulp.js

+2
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ function formatError(e) {
9696

9797
// wire up logging events
9898
function logEvents(gulpInst) {
99+
gulpInst.on('err', function(){});
100+
99101
gulpInst.on('task_start', function(e) {
100102
gutil.log('Starting', "'" + chalk.cyan(e.task) + "'...");
101103
});

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gulp",
33
"description": "The streaming build system",
4-
"version": "3.5.6",
4+
"version": "3.6.0",
55
"homepage": "http://gulpjs.com",
66
"repository": "gulpjs/gulp",
77
"author": "Fractal <contact@wearefractal.com> (http://wearefractal.com/)",

0 commit comments

Comments
 (0)