An extra update message

This commit is contained in:
David Glasser
2014-08-25 17:36:03 -07:00
parent 23a57a9648
commit 0bbdc175a5

View File

@@ -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