mirror of
https://github.com/nushell/nushell.git
synced 2025-04-09 21:28:55 +02:00
Fix the build after merging https://github.com/nushell/nushell/pull/7204. It sat for a bit too long and I should have rerun CI before merging it, my bad.
This commit is contained in:
parent
5cbaabeeab
commit
2e44e4d33c
@ -137,6 +137,7 @@ impl Command for Do {
|
|||||||
Box::new(vec![stdout_stream.into_bytes().map(|s| s.item)].into_iter()),
|
Box::new(vec![stdout_stream.into_bytes().map(|s| s.item)].into_iter()),
|
||||||
ctrlc,
|
ctrlc,
|
||||||
span,
|
span,
|
||||||
|
None,
|
||||||
)
|
)
|
||||||
})
|
})
|
||||||
});
|
});
|
||||||
@ -191,6 +192,7 @@ impl Command for Do {
|
|||||||
Box::new(vec![Ok(stderr_msg.into_bytes())].into_iter()),
|
Box::new(vec![Ok(stderr_msg.into_bytes())].into_iter()),
|
||||||
stderr_ctrlc,
|
stderr_ctrlc,
|
||||||
span,
|
span,
|
||||||
|
None,
|
||||||
)),
|
)),
|
||||||
exit_code: Some(ListStream::from_stream(
|
exit_code: Some(ListStream::from_stream(
|
||||||
exit_code.into_iter(),
|
exit_code.into_iter(),
|
||||||
|
Loading…
Reference in New Issue
Block a user