Merge branch 'hotfix/return-config-data'

This commit is contained in:
Joey Hipolito 2015-11-19 21:51:40 +08:00
commit e1930a0af5
1 changed files with 2 additions and 0 deletions

View File

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