mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 15:36:16 -04:00
show versions of plugins at startup, fixes #2642
This commit is contained in:
parent
dbb2956d2f
commit
1f471b0f81
2 changed files with 12 additions and 1 deletions
|
@ -67,7 +67,7 @@ async.waterfall([
|
|||
},
|
||||
|
||||
function (callback) {
|
||||
console.info("Installed plugins: " + plugins.formatPlugins());
|
||||
console.info("Installed plugins: " + plugins.formatPluginsWithVersion());
|
||||
console.debug("Installed parts:\n" + plugins.formatParts());
|
||||
console.debug("Installed hooks:\n" + plugins.formatHooks());
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue