mirror of
https://github.com/mikefarah/yq.git
synced 2026-09-05 00:54:51 +08:00
handled EvaluateNodes panic (#1140)
This commit is contained in:
@@ -22,6 +22,7 @@ type allAtOnceEvaluator struct {
|
||||
}
|
||||
|
||||
func NewAllAtOnceEvaluator() Evaluator {
|
||||
InitExpressionParser()
|
||||
return &allAtOnceEvaluator{treeNavigator: NewDataTreeNavigator()}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user