Wed, 19 Mar 2014 19:50:54 +0100
Fixed an uncaught exception in the JavaScript class browser.
(grafted from b5e18d7f3501020de7f57435d907a2871322586a)
Utilities/ClassBrowsers/jsclbr.py | file | annotate | diff | comparison | revisions |
--- 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