mirror of
https://github.com/IonicaBizau/git-stats.git
synced 2024-12-22 13:22:11 +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;
|
throw err;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return data;
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue