improve stack trace

This commit is contained in:
Eric Vergnaud 2020-10-04 11:00:58 +08:00
parent 2efc92f491
commit 7ce8e98d5e
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}