Skip to content

Commit 0406d27

Browse files
committed
Merge branch 'hotfix/return-config-data'
2 parents 0208b82 + 0861724 commit 0406d27

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ GitStats.prototype.getConfig = function (callback) {
9494
throw err;
9595
}
9696
}
97+
98+
return data;
9799
};
98100

99101
/**

0 commit comments

Comments
 (0)