fix typo mistake
Signed-off-by: Yibai Zhang <xm1994@gmail.com> Upstream-commit: fa9e54fbf112c44de05a66330fc22303b1681d05 Component: engine
This commit is contained in:
@ -40,7 +40,7 @@ func (s *StdConsole) AttachPipes(command *exec.Cmd, pipes *Pipes) error {
|
||||
|
||||
// Resize implements Resize method of Terminal interface
|
||||
func (s *StdConsole) Resize(h, w int) error {
|
||||
// we do not need to reside a non tty
|
||||
// we do not need to resize a non tty
|
||||
return nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user