mirror of
https://github.com/IonicaBizau/git-stats.git
synced 2024-12-22 13:22:11 +01:00
Output data.
This commit is contained in:
parent
c562c7ee3a
commit
0bc00fd35e
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ var GitStats = require("../lib");
|
|||
switch (process.argv[2]) {
|
||||
case "--record":
|
||||
var data = process.argv[3];
|
||||
console.log(data);
|
||||
try {
|
||||
data = JSON.parse(data);
|
||||
} catch (e) {
|
||||
|
|
Loading…
Reference in a new issue