mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-05-09 06:06:13 +02:00
Merge pull request #3197 from User1m/patch-1
fixed plugin dependency issue
This commit is contained in:
commit
bb83d39ff0
@ -124,7 +124,7 @@ exports.getPackages = function (cb) {
|
||||
|
||||
var tmp = {};
|
||||
tmp[data.name] = data;
|
||||
flatten(tmp[undefined].dependencies);
|
||||
flatten(tmp[data.name].dependencies);
|
||||
cb(null, packages);
|
||||
});
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user