mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
See https://github.com/meteor/meteor/issues/6785 Basically, ``` new Array(249).join('\b') ``` is not a good idea for a carriage return. Code has been tested with CMD, PowerShell and PowerShell in Legacy Mode and seems to solve the issue.
This folder contains libs for printing output in response to CLI commands.
progress.js defines the lib for printing a progress-bar, so the long
operations don't look like hanging.
console.js exposes the Console singleton that should be used through-out the
tool to print messages with the right level of importance. It also knows how to
correctly repaint the progress-bar, so the two don't conflict.