ability to filter flags by category

This commit is contained in:
barisusakli
2016-09-16 14:20:07 +03:00
parent 990ecc8cd2
commit 2c140c2107
8 changed files with 127 additions and 100 deletions

View File

@@ -260,6 +260,7 @@ var middleware;
}, function(err, res, body) {
if (err) {
winston.error('Error parsing plugins : ' + err.message);
return callback(err);
}
Plugins.normalise(body, callback);