Skip to content

Commit

Permalink
Fix a test failure on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
walles committed Jul 16, 2024
1 parent 0091a15 commit c89cecd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions twin/screen-setup-windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ func (r *interruptableReaderImpl) Read(p []byte) (n int, err error) {

if r.shutdownRequested.Load() {
err = io.EOF
n = 0
}
return
}
Expand Down

0 comments on commit c89cecd

Please sign in to comment.