mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Better explanation if we were offline
This commit is contained in:
@@ -77,7 +77,9 @@ var refreshOfficialCatalogOrDie = function (options) {
|
||||
};
|
||||
|
||||
var explainIfRefreshFailed = function (command) {
|
||||
if (command.catalogRefresh.refreshFailed) {
|
||||
if (catalog.official.offline) {
|
||||
Console.info("(But we're offline, so we didn't update the local catalog, so it might exist)");
|
||||
} else if (command.catalogRefresh.refreshFailed) {
|
||||
Console.info("(But the update of the local catalog failed, so it might exist)");
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user