Minor bug.

This commit is contained in:
André Cruz
2013-07-04 23:16:39 +01:00
parent 3b3e64e752
commit df19dbc0de

View File

@@ -243,8 +243,8 @@ Manager.prototype._onFetchSuccess = function (decEndpoint, canonicalDir, pkgMeta
var resolved;
var index;
var incompatibles;
var fetching = this._fetching[initialName];
var initialName = decEndpoint.name;
var fetching = this._fetching[initialName];
// Remove from being fetched list
mout.array.remove(fetching, decEndpoint);