diff --git a/lib/index.js b/lib/index.js index 46437fa..ec03745 100644 --- a/lib/index.js +++ b/lib/index.js @@ -94,6 +94,8 @@ GitStats.prototype.getConfig = function (callback) { throw err; } } + + return data; }; /**