mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Fix updateServerPackageData to return all data, not just the first page
This commit is contained in:
@@ -184,7 +184,7 @@ exports.updateServerPackageData = function (cachedServerData) {
|
||||
|
||||
// If we are not done, keep trying!
|
||||
if (!remoteData.upToDate) {
|
||||
this.updateServerPackageData(data);
|
||||
data = this.updateServerPackageData(data);
|
||||
}
|
||||
|
||||
return data;
|
||||
|
||||
Reference in New Issue
Block a user