From a9481cc8e5267c094aa14c3cc62c6f0fc5e8bfc9 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 31 Jul 2013 14:23:44 +0800 Subject: [PATCH] GitLogParser.js --- GitLogParser.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/GitLogParser.js b/GitLogParser.js index 2ac28b87..c983908c 100644 --- a/GitLogParser.js +++ b/GitLogParser.js @@ -20,6 +20,9 @@ GitLogParser = { } + print(File); + print(File.read); + print(File.read(filename)); var flines = File.read( filename ).split("\n"); //print("loaded"); // first just convert them.. -- 2.39.2