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

index 0f9e21a..a296589 100644 (file)
@@ -65,6 +65,7 @@ GitLogParser = {
             }
             if (!ar.length) {
                 // just assume it's the last bit..
+                print(line);
                 throw "invalid line: " + l;
             }