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 c5887a3 commit 9670f4fCopy full SHA for 9670f4f
src/process.rs
@@ -124,7 +124,7 @@ impl PtyProcess {
124
flags.local_flags &= !termios::LocalFlags::ECHO;
125
termios::tcsetattr(&stdin, termios::SetArg::TCSANOW, &flags)?;
126
127
- command.exec();
+ let _ = command.exec();
128
Err(Error::Nix(nix::Error::last()))
129
}
130
ForkResult::Parent { child: child_pid } => Ok(PtyProcess {
0 commit comments