From b8e211716e290a947868522d9143e99a717e06a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ionic=C4=83=20Biz=C4=83u?= Date: Mon, 26 Jan 2015 10:39:58 +0200 Subject: [PATCH] Output process.argv --- bin/git-stats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/git-stats b/bin/git-stats index 9ae1b0e..d63a5b7 100755 --- a/bin/git-stats +++ b/bin/git-stats @@ -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) {