plugin tests

This commit is contained in:
barisusakli
2016-10-14 21:48:38 +03:00
parent 85ca547423
commit bfcef27c47
5 changed files with 89 additions and 19 deletions

View File

@@ -112,7 +112,6 @@ module.exports = function (Plugins) {
}
hookObj.method(params, next);
}, function (err, values) {
if (err) {
winston.error('[plugins] ' + hook + ', ' + err.message);