don't show can't connect when we can

This commit is contained in:
Pascal Rapicault
2014-09-22 13:40:49 -04:00
parent cbb2ec6ff2
commit 1d47b57338

View File

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