forked from jasder/antlr
improve stack trace
This commit is contained in:
parent
2efc92f491
commit
7ce8e98d5e
|
@ -302,6 +302,7 @@ public class BaseNodeTest implements RuntimeTestSupport {
|
|||
catch (Exception e) {
|
||||
System.err.println("can't exec recognizer");
|
||||
e.printStackTrace(System.err);
|
||||
System.err.println();
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue