From f367804f1ec3ca00a41b0e638145b914d7a708a1 Mon Sep 17 00:00:00 2001 From: Justin SB Date: Mon, 20 Oct 2014 11:20:50 -0700 Subject: [PATCH] Change progress message indent to 3, so it lines up with '=> Started ...' --- tools/console.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;