Files
meteor/tools/console
Ben Newman 7f44db91db Revert "Work around a Node 8.1.0 regression that broke meteor login."
This reverts commit dd11432722.

This bug that necessitated this workaround was fixed by
https://github.com/nodejs/node/pull/13560, as mentioned in
https://nodejs.org/en/blog/release/v8.1.1/.
2017-06-14 11:33:34 -04:00
..
2015-08-06 17:01:29 -07:00

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.