From f4d602d509be1433258aff6bc5c110bfe1c596b5 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 2 Jan 2013 14:19:33 +0800 Subject: [PATCH] GitLogParser.js --- GitLogParser.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/GitLogParser.js b/GitLogParser.js index 293bfabc..b843a575 100644 --- a/GitLogParser.js +++ b/GitLogParser.js @@ -223,6 +223,10 @@ for (var h in res) { } } +print(JSON.stringify(GitLogParser.shours,null,4); + + + print("\nLONGIDLE : " +(totals.idle/60).toFixed(2) +"h" ); print("\nShort Idle : " +(totals.shortidle/60).toFixed(2) +"h" ); -- 2.39.2