logic: fixed some cases that caused Java code to throw exceptions
This commit is contained in:
@@ -228,6 +228,7 @@ public abstract class AstVisitor extends ASTVisitor
|
||||
{
|
||||
if (m_client.getInterrupted())
|
||||
{
|
||||
m_contextStack.push(new ArrayList<>());
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user