mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-03 09:04:12 +02:00
flake update
This commit is contained in:
parent
e7f7018218
commit
4ed95ec325
2 changed files with 7 additions and 6 deletions
|
|
@ -64,6 +64,7 @@ pub async fn exec_tty<S1: AsRef<str>, S2: Into<String>, Env: Into<String>>(
|
|||
|
||||
// pipe stdin into the docker exec stream input
|
||||
spawn(async move {
|
||||
#[allow(clippy::unbuffered_bytes)]
|
||||
let mut stdin = async_stdin().bytes();
|
||||
loop {
|
||||
if let Some(Ok(byte)) = stdin.next() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue