mirror of
https://github.com/nushell/nushell.git
synced 2025-06-02 16:16:01 +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(
|
return default_value_or_eval_once(
|
||||||
engine_state,
|
engine_state,
|
||||||
stack,
|
stack,
|
||||||
PipelineData::Empty,
|
PipelineData::ListStream(ListStream::new(stream, span, Signals::empty()), metadata),
|
||||||
value,
|
value,
|
||||||
lazy_eval || lazy_eval_once,
|
lazy_eval || lazy_eval_once,
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user