Skip to content

Commit

Permalink
Remove explitive in gulp src
Browse files Browse the repository at this point in the history
  • Loading branch information
samccone committed Jul 24, 2014
1 parent ac2175d commit f5ff2cf
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 f5ff2cf

Please sign in to comment.