forked from extern/nushell
Ensure that reduce has a valid span (#4479)
This commit is contained in:
@ -196,6 +196,7 @@ impl Command for Reduce {
|
||||
v
|
||||
}
|
||||
})
|
||||
.with_span(span)
|
||||
.into_pipeline_data())
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user