Fix the build after #7204 (#7857)

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:
Reilly Wood 2023-01-24 22:12:15 -08:00 committed by GitHub
parent 5cbaabeeab
commit 2e44e4d33c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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(),