mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-05 14:47:12 -04:00
Fixed listing plugins.
This commit is contained in:
parent
4c21c1f5e9
commit
49ad403804
1 changed files with 1 additions and 0 deletions
|
@ -59,6 +59,7 @@ export class LinkInstaller {
|
|||
public async listPlugins() {
|
||||
const plugins = this.livePluginManager.list()
|
||||
if (plugins && plugins.length > 0 && this.loadedPlugins.length == 0) {
|
||||
this.loadedPlugins = plugins
|
||||
// Check already installed plugins
|
||||
for (let plugin of plugins) {
|
||||
await this.checkLinkedDependencies(plugin)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue