mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 23:46:14 -04:00
Better hook debug printout
This commit is contained in:
parent
a5245c896a
commit
1c0734e97b
3 changed files with 23 additions and 5 deletions
|
@ -79,9 +79,9 @@ async.waterfall([
|
|||
plugins.update,
|
||||
|
||||
function (callback) {
|
||||
console.log(["plugins", plugins.plugins]);
|
||||
console.log(["parts", plugins.parts]);
|
||||
console.log(["hooks", plugins.hooks]);
|
||||
console.log("Installed plugins: " + plugins.formatPlugins());
|
||||
console.log("Installed parts:\n" + plugins.formatParts());
|
||||
console.log("Installed hooks:\n" + plugins.formatHooks());
|
||||
callback();
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue