mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 22:47:43 +02:00
Allow echo to iterate ranges (#1905)
This commit is contained in:
@ -72,7 +72,7 @@ pub(crate) async fn evaluate_baseline_expr(
|
||||
);
|
||||
let right = (
|
||||
right.as_primitive()?.spanned(right_span),
|
||||
RangeInclusion::Exclusive,
|
||||
RangeInclusion::Inclusive,
|
||||
);
|
||||
|
||||
Ok(UntaggedValue::range(left, right).into_value(tag))
|
||||
|
Reference in New Issue
Block a user