mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
remove invalid reference
This commit is contained in:
@@ -43,7 +43,6 @@ _.extend(BootstrapCatalogPrebuilt.prototype, {
|
||||
// precompiled packages.
|
||||
getLoadPathForPackage: function (name, version, constraintSolverOpts) {
|
||||
var self = this;
|
||||
self._requireInitialized();
|
||||
if (_.has(self._knownPackages, name)) {
|
||||
return path.join(self.uniloadDir, name);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user