mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
An extra update message
This commit is contained in:
@@ -1494,6 +1494,12 @@ main.registerCommand({
|
||||
return 1;
|
||||
}
|
||||
|
||||
if (solutionReleaseVersion !== releaseVersionsToTry[0]) {
|
||||
process.stdout.write(
|
||||
"(Newer releases are available but are not compatible with your\n" +
|
||||
"current package constraints.)\n");
|
||||
}
|
||||
|
||||
var solutionReleaseName = releaseTrack + '@' + solutionReleaseVersion;
|
||||
|
||||
// We could at this point springboard to solutionRelease (which is no newer
|
||||
|
||||
Reference in New Issue
Block a user