mirror of
https://github.com/IonicaBizau/git-stats.git
synced 2024-12-22 21:32:10 +01:00
Added debugger.
This commit is contained in:
parent
0bc00fd35e
commit
2190e129e9
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];
|
||||
debugger
|
||||
console.log(data);
|
||||
try {
|
||||
data = JSON.parse(data);
|
||||
|
|
Loading…
Reference in a new issue