mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Don't reset database AFTER updating!
It already gets reset inside updateServerPackageData!
This commit is contained in:
@@ -758,7 +758,6 @@ _.extend(RemoteCatalog.prototype, {
|
|||||||
}
|
}
|
||||||
if (updateResult.resetData) {
|
if (updateResult.resetData) {
|
||||||
tropohouse.default.wipeAllPackages();
|
tropohouse.default.wipeAllPackages();
|
||||||
self.reset();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user