Change progress message indent to 3, so it lines up with '=> Started ...'

This commit is contained in:
Justin SB
2014-10-20 11:20:50 -07:00
parent 31ba603a99
commit f367804f1e

View File

@@ -292,7 +292,7 @@ _.extend(ProgressDisplayFull.prototype, {
// The cursor appears in position 0; we indent it a little to avoid this
// This also means it appears less important, which is good
var indentColumns = 4;
var indentColumns = 3;
var streamColumns = this._stream.columns;
var statusColumns;