mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 14:13:34 +01:00
Bugfix for dependency data circle
This commit is contained in:
parent
30b5a92bd0
commit
c9797a3714
1 changed files with 1 additions and 0 deletions
|
@ -73,6 +73,7 @@ exports.getPackages = function (cb) {
|
|||
}
|
||||
if (deps[name].dependencies !== undefined)
|
||||
flatten(deps[name].dependencies);
|
||||
delete deps[name].dependencies;
|
||||
});
|
||||
}
|
||||
flatten([data]);
|
||||
|
|
Loading…
Reference in a new issue