mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-28 17:46:16 +01:00
fix(style): requiring parens in block bodies
This commit is contained in:
@@ -157,7 +157,7 @@ module.exports = function (Plugins) {
|
||||
next();
|
||||
}, 5000);
|
||||
|
||||
const onError = err => {
|
||||
const onError = (err) => {
|
||||
winston.error('[plugins] Error executing \'' + hook + '\' in plugin \'' + hookObj.id + '\'');
|
||||
winston.error(err);
|
||||
clearTimeout(timeoutId);
|
||||
|
||||
Reference in New Issue
Block a user