Sort of explain why an error shouldn't happen

This commit is contained in:
David Glasser
2014-01-30 20:31:40 -05:00
parent 5323dbef3f
commit c26a5e13b8

View File

@@ -88,7 +88,7 @@ var load = function (options) {
if (messages.hasMessages()) {
// XXX This error handling is not the best, but this should never
// happen in normal operation. In the future, the command line
// happen in a built release. In the future, the command line
// tool will be a normal Meteor app and will be built ahead of
// time like any other app and this case will disappear.
process.stdout.write("Errors prevented unipackage load:\n");