From c010e29c70b6fb8d8faa7466c624155358ec6c7a Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 28 Apr 2017 11:07:04 +0800 Subject: [PATCH] GitLogParser.js --- GitLogParser.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GitLogParser.js b/GitLogParser.js index 75d32674..a75d0202 100644 --- a/GitLogParser.js +++ b/GitLogParser.js @@ -297,7 +297,7 @@ for (var h in res) { for (var k in res[h][p].items) { - print( ' ' + h + Math.floor(res[h][p].items[k]/60000) +'m ' + k ); + print( ' ' + Math.floor(res[h][p].items[k]/60000) +'m ' + k ); } } else { -- 2.39.2