3
0
mirror of https://github.com/reality/dbot.git synced 2024-11-23 20:39:25 +01:00

extract err

This commit is contained in:
reality 2015-03-15 18:49:32 +00:00
parent 22c9a5e011
commit b41d01b4ad

View File

@ -51,6 +51,7 @@ var api = function(dbot) {
if(callbackIndex != -1) {
args[callbackIndex] = function() {
body.data = Array.prototype.slice.call(arguments, 0);
console.log(body);
if(_.isObject(body.data) && _.has(body.data, 'err')) {
body.err = body.data.err;
}