mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 14:06:40 +02:00
Fix up for_in
This commit is contained in:
@ -99,7 +99,7 @@ pub fn eval_expression(
|
||||
output.push(eval_expression(context, expr)?);
|
||||
}
|
||||
Ok(Value::List {
|
||||
val: output.into_value_stream(),
|
||||
val: output.into_iter().into_value_stream(),
|
||||
span: expr.span,
|
||||
})
|
||||
}
|
||||
|
Reference in New Issue
Block a user