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