mirror of
https://github.com/IonicaBizau/git-stats.git
synced 2024-11-16 00:48:34 +01:00
return config data
This commit is contained in:
parent
0208b8239d
commit
086172410c
1 changed files with 2 additions and 0 deletions
|
@ -94,6 +94,8 @@ GitStats.prototype.getConfig = function (callback) {
|
|||
throw err;
|
||||
}
|
||||
}
|
||||
|
||||
return data;
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue