Output process.argv

This commit is contained in:
Ionică Bizău 2015-01-26 10:39:58 +02:00
parent 2ffae12ebb
commit b8e211716e
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ var GitStats = require("../lib");
switch (process.argv[2]) {
case "--record":
var data = process.argv[3].replace(/^\"|\"$/g, "");
console.log(data);
console.log(process.argv);
try {
data = JSON.parse(data);
} catch (e) {