aboutsummaryrefslogtreecommitdiffstats
path: root/src/command/tokio.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/command/tokio.rs')
-rw-r--r--src/command/tokio.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/command/tokio.rs b/src/command/tokio.rs
index 60dfb56..67baf74 100644
--- a/src/command/tokio.rs
+++ b/src/command/tokio.rs
@@ -2,6 +2,7 @@ use std::os::unix::io::FromRawFd as _;
impl super::CommandImpl for tokio::process::Command {
type Child = tokio::process::Child;
+ type Pty = crate::pty::tokio::Pty;
fn std_fds(
&mut self,