mirror of
https://github.com/nushell/nushell.git
synced 2024-11-22 08:23:24 +01: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()),
|
||||
ctrlc,
|
||||
span,
|
||||
None,
|
||||
)
|
||||
})
|
||||
});
|
||||
@ -191,6 +192,7 @@ impl Command for Do {
|
||||
Box::new(vec![Ok(stderr_msg.into_bytes())].into_iter()),
|
||||
stderr_ctrlc,
|
||||
span,
|
||||
None,
|
||||
)),
|
||||
exit_code: Some(ListStream::from_stream(
|
||||
exit_code.into_iter(),
|
||||
|
Loading…
Reference in New Issue
Block a user