mirror of
https://github.com/nushell/nushell.git
synced 2025-08-10 08:49:33 +02:00
Add cell paths for streams
This commit is contained in:
@ -29,7 +29,7 @@ impl EvaluationContext {
|
||||
// TODO: add ctrl-c support
|
||||
|
||||
let value = match value {
|
||||
Value::ValueStream { stream, span } => Value::List {
|
||||
Value::Stream { stream, span } => Value::List {
|
||||
vals: stream.collect(),
|
||||
span,
|
||||
},
|
||||
|
Reference in New Issue
Block a user