fix: typo

v1.18.x
Baris Usakli 6 years ago
parent 851424a7ca
commit f3440ebfca

@ -100,7 +100,7 @@ module.exports = function (Plugins) {
} }
var hookList = Plugins.loadedHooks[hook]; var hookList = Plugins.loadedHooks[hook];
var hookType = hook.split(':')[0]; var hookType = hook.split(':')[0];
if (hook !== 'action:plugins.fireHook') { if (hook !== 'action:plugins.firehook') {
winston.verbose('[plugins/fireHook] ' + hook); winston.verbose('[plugins/fireHook] ' + hook);
} }
switch (hookType) { switch (hookType) {

Loading…
Cancel
Save