fix(style): requiring parens in block bodies

This commit is contained in:
Julian Lam
2019-08-13 14:36:15 -04:00
parent 0921230976
commit 29f96b199c
26 changed files with 35 additions and 35 deletions

View File

@@ -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);