From: Alan Knowles Date: Mon, 3 Apr 2017 04:30:09 +0000 (+0800) Subject: GitLogParser.js X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain;h=63754a78052659d69f477d5a2c03605f92952145 GitLogParser.js --- diff --git a/GitLogParser.js b/GitLogParser.js index bc3fe93d..ddec340d 100644 --- a/GitLogParser.js +++ b/GitLogParser.js @@ -264,7 +264,7 @@ for (var h in res) { for (var k in res[h][p].items) { - print( ' ' + Math.floor(res[h][p].items[k].span/60000) +'m ' + res[h][p].items[k].line ); + print( ' ' + Math.floor(res[h][p].items[k]/60000) +'m ' + k ); } }