mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Change progress message indent to 3, so it lines up with '=> Started ...'
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user