We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afd320c commit ab17029Copy full SHA for ab17029
1 file changed
cli/command/container/hijack.go
@@ -87,7 +87,7 @@ func (h *hijackedIOStreamer) setupInput() (restore func(), err error) {
87
var restoreOnce sync.Once
88
restore = func() {
89
restoreOnce.Do(func() {
90
- restoreTerminal(h.streams, h.inputStream)
+ _ = restoreTerminal(h.streams, h.inputStream)
91
})
92
}
93
0 commit comments