Fixed SEGV error #1096

This commit is contained in:
Mike Farah
2022-02-09 11:47:21 +11:00
parent 26356ff4be
commit bfaafa66f9
4 changed files with 13 additions and 3 deletions
-2
View File
@@ -24,8 +24,6 @@ func reduceOperator(d *dataTreeNavigator, context Context, expressionNode *Expre
arrayExpNode := expressionNode.LHS.LHS
array, err := d.GetMatchingNodes(context, arrayExpNode)
log.Debugf("array of %v things", array.MatchingNodes.Len())
if err != nil {
return Context{}, err
}