GitLogParser.js
authorAlan Knowles <alan@akbkhome.com>
Wed, 1 Aug 2012 23:54:53 +0000 (07:54 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 1 Aug 2012 23:54:53 +0000 (07:54 +0800)
GitLogParser.js

index a40b511..fe6f0be 100644 (file)
@@ -148,7 +148,7 @@ for (var h in res) {
             print(h + ' ' + Math.floor(res[h][p].total/60000) +') IDLE' );
             continue;
         }
-        print(h + ' ' + res[h][p].total/60000 +'m ' + p );  
+        print(h + ' ' + Math.floor(res[h][p].total/60000) +'m ' + p );  
        
         for (var k in res[h][p].items) {