mirror of
https://github.com/IonicaBizau/git-stats.git
synced 2024-12-22 21:32:10 +01:00
Show the ansiCalendar
This commit is contained in:
parent
4a9ef5c7a0
commit
439c15e6a4
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ switch (process.argv[2]) {
|
|||
);
|
||||
break;
|
||||
default:
|
||||
GitStats.graph({}, function (err, data) {
|
||||
GitStats.ansiCalendar(function (err, data) {
|
||||
console.log(err || data);
|
||||
});
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue