From ffeccef9200f5e3da724a3d672d76c5b9726b97e Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 28 Apr 2017 11:05:47 +0800 Subject: [PATCH] GitLogParser.js --- GitLogParser.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GitLogParser.js b/GitLogParser.js index 7db43e4c..c9efe44c 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( ' ' + Math.floor(res[h][p].items[k]/60000) +'m ' + k ); + print( ' ' + h + 'h ' + Math.floor(res[h][p].items[k]/60000) +'m ' + k ); } } else { -- 2.39.2