mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
don't show can't connect when we can
This commit is contained in:
@@ -196,6 +196,7 @@ exports.updateServerPackageData = function (dataStore, options) {
|
||||
// disk (unless we were just told to reset everything).
|
||||
if (!remoteData.resetData && _.isEqual(remoteData.collections, {})) {
|
||||
done = true;
|
||||
ret.data = {};
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user