Skip to content

Commit

Permalink
dont exit the process or stop watching on error
Browse files Browse the repository at this point in the history
  • Loading branch information
Contra committed Mar 28, 2014
1 parent 070e12a commit 623bb18
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions bin/gulp.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ function formatError(e) {

// wire up logging events
function logEvents(gulpInst) {
gulpInst.on('err', function(){});

gulpInst.on('task_start', function(e) {
gutil.log('Starting', "'" + chalk.cyan(e.task) + "'...");
});
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gulp",
"description": "The streaming build system",
"version": "3.5.6",
"version": "3.6.0",
"homepage": "http://gulpjs.com",
"repository": "gulpjs/gulp",
"author": "Fractal <contact@wearefractal.com> (http://wearefractal.com/)",
Expand Down

0 comments on commit 623bb18

Please sign in to comment.