Skip to content

Commit c638fe1

Browse files
committed
Add missing length field for DataStreamFactory
1 parent e3f0d57 commit c638fe1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

nodes/start@v1.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ func (n *StartNode) ExecuteEntry(c *core.ExecutionState, outputValues map[core.O
2424

2525
dsf := core.DataStreamFactory{
2626
Reader: os.Stdin,
27+
Length: -1,
2728
}
2829

2930
err := n.Outputs.SetOutputValue(c, ni.Core_start_v1_Output_stdin, dsf, core.SetOutputValueOpts{})

0 commit comments

Comments
 (0)