Merge branch 'hotfix/return-config-data'

This commit is contained in:
Joey Hipolito 2015-11-19 21:51:40 +08:00
commit e1930a0af5

View file

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