Skip to content

Commit d35f33c

Browse files
committed
Build: Ensure linting passes
1 parent da705db commit d35f33c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,14 +200,14 @@ function formatError(e) {
200200
// Wire up logging events
201201
function logEvents(gulpInst) {
202202

203-
// total hack due to poor error management in orchestrator
203+
// Total hack due to poor error management in orchestrator
204204
gulpInst.on('err', function() {
205205
failed = true;
206206
});
207207

208208
gulpInst.on('task_start', function(e) {
209209
// TODO: batch these
210-
// so when 5 tasks start at once it only logs one time with all 5
210+
// So when 5 tasks start at once it only logs one time with all 5
211211
gutil.log('Starting', '\'' + chalk.cyan(e.task) + '\'...');
212212
});
213213

0 commit comments

Comments
 (0)