From ca99eff4e14da24c765b6b5e4cadd8665a852cf2 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 3 Apr 2017 11:41:01 +0800 Subject: [PATCH] GitLogParser.js --- GitLogParser.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/GitLogParser.js b/GitLogParser.js index de19111a..5ad4c928 100644 --- a/GitLogParser.js +++ b/GitLogParser.js @@ -255,7 +255,9 @@ for (var h in GitLogParser.shours) { }); } - +for (var desc in totals) { + print (" " + totals[desc] + " : " + desc); +} //print(JSON.stringify(GitLogParser.shours,null,4)); -- 2.39.2