diff --git a/tools/commands-packages.js b/tools/commands-packages.js index cada0f6a2f..7014ff9324 100644 --- a/tools/commands-packages.js +++ b/tools/commands-packages.js @@ -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; } }