return config data

This commit is contained in:
Joey Hipolito 2015-11-19 22:22:28 +08:00
parent 0208b8239d
commit 086172410c
1 changed files with 2 additions and 0 deletions

View File

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