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");