1
0
Fork 0
mirror of https://codeberg.org/icewind/haze.git synced 2026-06-03 17:14:08 +02:00

no hard error on resize

This commit is contained in:
Robin Appelman 2021-04-08 21:42:27 +02:00
commit 86358698ed

View file

@ -51,7 +51,8 @@ pub async fn exec_tty<S1: AsRef<str>, S2: Into<String>>(
width: tty_size.0,
},
)
.await?;
.await
.ok();
// pipe stdin into the docker exec stream input
spawn(async move {