mirror of
https://github.com/IonicaBizau/git-stats.git
synced 2024-11-16 17:08:32 +01:00
Merge branch 'hotfix/return-config-data'
This commit is contained in:
commit
0406d27202
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