mirror of
https://github.com/IonicaBizau/git-stats.git
synced 2024-11-17 17:35:22 +01:00
Tmp
This commit is contained in:
parent
1840cabba0
commit
380ca4308a
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ var GitStats = require("../lib");
|
||||||
|
|
||||||
switch (process.argv[2]) {
|
switch (process.argv[2]) {
|
||||||
case "--record":
|
case "--record":
|
||||||
var data = process.argv[3];
|
var data = process.argv[3].trim();
|
||||||
console.log(data);
|
console.log(data);
|
||||||
try {
|
try {
|
||||||
data = JSON.parse(data);
|
data = JSON.parse(data);
|
||||||
|
|
2
tmp
2
tmp
|
@ -1 +1 @@
|
||||||
2
|
3
|
||||||
|
|
Loading…
Reference in a new issue