mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-01 19:46:01 +01:00
closes #2703
This commit is contained in:
@@ -132,6 +132,7 @@ module.exports = function(Plugins) {
|
|||||||
});
|
});
|
||||||
} catch(err) {
|
} catch(err) {
|
||||||
winston.error('[plugins] Error executing \'' + hook + '\' in plugin \'' + hookObj.id + '\'');
|
winston.error('[plugins] Error executing \'' + hook + '\' in plugin \'' + hookObj.id + '\'');
|
||||||
|
winston.error(err);
|
||||||
clearTimeout(timeoutId);
|
clearTimeout(timeoutId);
|
||||||
next();
|
next();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user