mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-02-23 04:28:19 +00:00
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…
x
Reference in New Issue
Block a user