We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9ed758 commit 28ad64dCopy full SHA for 28ad64d
src/child.rs
@@ -175,8 +175,8 @@ impl<'s> RemoteChild<'s> {
175
let (stdout, stderr) = try_join!(stdout_read, stderr_read)?;
176
Ok(Output {
177
// Once self.wait().await is done, the connection to the multiplex
178
- // server would also be dropped and the server would stop
179
- // sending data to stdout/stderr.
+ // server will also be dropped and the server will stop sending
+ // data to stdout/stderr.
180
status: self.wait().await?,
181
stdout,
182
stderr,
0 commit comments