From b7a3fb7d33884f194085a032f2c3097f47818c76 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 2 Aug 2012 07:49:46 +0800 Subject: [PATCH] GitLogParser.js --- GitLogParser.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GitLogParser.js b/GitLogParser.js index 8219190c..7e9cb2a6 100644 --- a/GitLogParser.js +++ b/GitLogParser.js @@ -149,7 +149,7 @@ for (var h in res) { continue; } print(h + ' ' + res[h][p].total/60000 +'m ' ); break; - for (res[h][p].items as k) { + for (var k in res[h][p].items) { print( ' ' + res[h][p][k].span/60000 +'m ' + res[h][p][k].line ); } -- 2.39.2