Merge branch 'hotfix/return-config-data'

This commit is contained in:
Joey Hipolito 2015-11-19 22:24:15 +08:00
commit 0406d27202

View File

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