From c26a5e13b8a67ad5f416928f60db1413ea8cd91b Mon Sep 17 00:00:00 2001 From: David Glasser Date: Thu, 30 Jan 2014 20:31:40 -0500 Subject: [PATCH] Sort of explain why an error shouldn't happen --- tools/unipackage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/unipackage.js b/tools/unipackage.js index ea424847de..53da2f00ad 100644 --- a/tools/unipackage.js +++ b/tools/unipackage.js @@ -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");