Skip to content

Commit 835d8a4

Browse files
committed
throw
1 parent 711d421 commit 835d8a4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

lib/token.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2760,5 +2760,8 @@ bool Token::isMutableExpr() const
27602760

27612761
void Token::debugMsg(const std::string& type, const std::string& msg) const
27622762
{
2763+
if (type == "depthBailout") {
2764+
throw InternalError(this, msg);
2765+
}
27632766
mList.debugMsg(this, type, msg);
27642767
}

0 commit comments

Comments
 (0)