mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Don't print a message at the end of running the install script.
This commit is contained in:
@@ -403,6 +403,8 @@ Fiber(function () {
|
||||
// If we're not in an app, then we're done (other than maybe printing some
|
||||
// stuff).
|
||||
if (!context.appDir) {
|
||||
if (opt.argv["dont-fetch-latest"])
|
||||
return;
|
||||
if (opt.argv.release || didGlobalUpdateWithoutSpringboarding) {
|
||||
// If the user specified a specific release, or we just did a global
|
||||
// update (with springboarding, in which case --release is set, or
|
||||
|
||||
Reference in New Issue
Block a user