mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-02-23 12:38:18 +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