mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-24 01:16:15 -04:00
plugins: Fix plugin name in error messages
This commit is contained in:
parent
6c07229d38
commit
d624aa936e
3 changed files with 8 additions and 8 deletions
|
@ -45,7 +45,7 @@ describe(__filename, function() {
|
|||
// change behavior depending on the number of parameters.
|
||||
hook_fn: (hn, ctx, cb) => cb(ret),
|
||||
hook_fn_name: hookFnName,
|
||||
part: {name: 'testPluginName'},
|
||||
part: {plugin: 'testPluginName'},
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue