logic: fixed some cases that caused Java code to throw exceptions

This commit is contained in:
mlangkabel
2017-12-01 16:19:17 +01:00
parent 4f3044fec8
commit faf9e7655f
3 changed files with 18 additions and 13 deletions
@@ -228,6 +228,7 @@ public abstract class AstVisitor extends ASTVisitor
{
if (m_client.getInterrupted())
{
m_contextStack.push(new ArrayList<>());
return false;
}