From eb36e7f2c9990e4b0c6d233e8f112a81de014bd8 Mon Sep 17 00:00:00 2001 From: Joey Hipolito Date: Thu, 19 Nov 2015 21:49:08 +0800 Subject: [PATCH] return config data --- lib/index.js | 2 ++ 1 file changed, 2 insertions(+) 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; }; /**