return config data

This commit is contained in:
Joey Hipolito 2015-11-19 21:49:08 +08:00
parent 0208b8239d
commit eb36e7f2c9
1 changed files with 2 additions and 0 deletions

View File

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