mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
add more spacing around banner
This commit is contained in:
@@ -46,7 +46,9 @@ exports.startUpdateChecks = function (context) {
|
||||
if (manifest.releases.stable.banner &&
|
||||
warehouse.lastPrintedBannerRelease() !== manifestLatestRelease) {
|
||||
// XXX onStdio
|
||||
console.log();
|
||||
console.log(manifest.releases.stable.banner);
|
||||
console.log();
|
||||
warehouse.writeLastPrintedBannerRelease(manifestLatestRelease);
|
||||
} else {
|
||||
// Already printed this banner, or maybe there is no banner.
|
||||
|
||||
Reference in New Issue
Block a user