We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da705db commit d35f33cCopy full SHA for d35f33c
index.js
@@ -200,14 +200,14 @@ function formatError(e) {
200
// Wire up logging events
201
function logEvents(gulpInst) {
202
203
- // total hack due to poor error management in orchestrator
+ // Total hack due to poor error management in orchestrator
204
gulpInst.on('err', function() {
205
failed = true;
206
});
207
208
gulpInst.on('task_start', function(e) {
209
// TODO: batch these
210
- // so when 5 tasks start at once it only logs one time with all 5
+ // So when 5 tasks start at once it only logs one time with all 5
211
gutil.log('Starting', '\'' + chalk.cyan(e.task) + '\'...');
212
213
0 commit comments