mirror of
https://github.com/nushell/nushell.git
synced 2025-06-01 07:35:49 +02:00
when given a ListStream, pass it to closure input
This commit is contained in:
parent
3046341643
commit
d285c91151
@ -288,7 +288,7 @@ fn default(
|
||||
return default_value_or_eval_once(
|
||||
engine_state,
|
||||
stack,
|
||||
PipelineData::Empty,
|
||||
PipelineData::ListStream(ListStream::new(stream, span, Signals::empty()), metadata),
|
||||
value,
|
||||
lazy_eval || lazy_eval_once,
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user