Line-wrap a 'meteor update' message

This commit is contained in:
Emily Stark
2014-10-21 17:51:16 -07:00
parent f2378ce616
commit 7f2df72de2

View File

@@ -1763,8 +1763,8 @@ var maybeUpdateRelease = function (options) {
// that track, so we are done.
var releaseToPrint = utils.displayRelease(appTrack, appVersion);
Console.info(
"This project is already at " + releaseToPrint +
", which is newer than the latest release.");
"This project is already at " + releaseToPrint + ", which is newer\n" +
"than the latest release.");
return 0;
}
}