mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-11 22:34:24 +00:00
removed unneeded comment
This commit is contained in:
parent
279e63e3d8
commit
ffe0157543
@ -46,7 +46,6 @@ class Npm {
|
|||||||
cb(null, result.location);
|
cb(null, result.location);
|
||||||
});
|
});
|
||||||
delete this._installing[packageName + version];
|
delete this._installing[packageName + version];
|
||||||
//callback(null, result.location);
|
|
||||||
}).catch(err => {
|
}).catch(err => {
|
||||||
this._installing[packageName + version].forEach((cb) => {
|
this._installing[packageName + version].forEach((cb) => {
|
||||||
cb(err);
|
cb(err);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user