...
This commit is contained in:
parent
fc20e8d04b
commit
b3bc5a5565
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ func read_from_tty(pipe_r *os.File, term *tty.Term, results_channel chan<- []byt
|
|||
keep_going = false
|
||||
break
|
||||
}
|
||||
if n == 0 {
|
||||
if n == 0 { // temporary error
|
||||
continue
|
||||
}
|
||||
send := buf[:n]
|
||||
|
|
|
|||
Loading…
Reference in a new issue