return config data

This commit is contained in:
Joey Hipolito 2015-11-19 21:49:08 +08:00
parent 0208b8239d
commit eb36e7f2c9

View file

@ -94,6 +94,8 @@ GitStats.prototype.getConfig = function (callback) {
throw err;
}
}
return data;
};
/**