mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Sort of explain why an error shouldn't happen
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user