Skip to content

Commit

Permalink
feat(logic): register our own open/4 predicate
Browse files Browse the repository at this point in the history
  • Loading branch information
bdeneux committed Jun 23, 2023
1 parent ec04a14 commit 9af2390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/logic/interpreter/registry.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ var registry = map[string]any{
"current_output/1": engine.CurrentOutput,
"set_input/1": engine.SetInput,
"set_output/1": engine.SetOutput,
"open/4": engine.Open,
"open/4": predicate.Open,
"close/2": engine.Close,
"flush_output/1": engine.FlushOutput,
"stream_property/2": engine.StreamProperty,
Expand Down

0 comments on commit 9af2390

Please sign in to comment.