--- a/Utilities/ClassBrowsers/jsclbr.py Wed Mar 19 19:26:30 2014 +0100 +++ b/Utilities/ClassBrowsers/jsclbr.py Wed Mar 19 19:50:54 2014 +0100 @@ -111,6 +111,9 @@ except jsTokenizer.ParseError: # ignore syntax errors of the tokenizer pass + except Exception: + # ignore syntax errors of the tokenizer and parser + pass return self.__dict