Commit 8541823a authored by neo's avatar neo

[Bugfix] fixed bb else is wrong positon

parent d10dc4f0
......@@ -40,7 +40,7 @@ public class BB extends FunctionBase implements FreeRefFunction {
e.printStackTrace();
return defaultEval;
}else
}
}
public ValueEval wrapExceptionEval(ValueEval[] args, OperationEvaluationContext ec) throws Exception {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment