Skip to content

Commit

Permalink
Merge pull request #604 from samccone/sjs/remove
Browse files Browse the repository at this point in the history
Remove explitive in gulp src
  • Loading branch information
sindresorhus committed Jul 24, 2014
2 parents ac2175d + f5ff2cf commit 1bf9abc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/gulp.js
Expand Up @@ -164,7 +164,7 @@ function formatError(e) {
// wire up logging events
function logEvents(gulpInst) {

// total hack due to fucked up error management in orchestrator
// total hack due to poor error management in orchestrator
gulpInst.on('err', function () {
failed = true;
});
Expand Down

0 comments on commit 1bf9abc

Please sign in to comment.