=htp #18825 don't print parsing exception stackstraces to the console
This commit is contained in:
parent
6a22cdebfc
commit
bfa57dde43
1 changed files with 0 additions and 1 deletions
|
|
@ -214,7 +214,6 @@ abstract class Parser(initialValueStackSize: Int = 16,
|
|||
val pos = Position(cursor, input)
|
||||
scheme.parseError(ParseError(pos, pos, RuleTrace(Nil, RuleTrace.Fail(e.expected)) :: Nil))
|
||||
case NonFatal(e) ⇒
|
||||
e.printStackTrace()
|
||||
scheme.failure(e)
|
||||
} finally {
|
||||
phase = null
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue