diff --git a/tools/console.js b/tools/console.js index 69e3bf6446..f863d684ed 100644 --- a/tools/console.js +++ b/tools/console.js @@ -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;