We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 737f438 commit c97328aCopy full SHA for c97328a
pty/start_other.go
@@ -35,7 +35,7 @@ func startPty(cmd *exec.Cmd) (PTY, *os.Process, error) {
35
// has finished running. See:
36
// https://github.com/creack/pty/issues/127#issuecomment-932764012
37
_ = cmd.Wait()
38
- runtime.KeepAlive(tty)
+ runtime.KeepAlive(ptty)
39
}()
40
oPty := &otherPty{
41
pty: ptty,
0 commit comments