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.
2 parents e1c3954 + 2e47108 commit a2394c5Copy full SHA for a2394c5
terminal_unix.go
@@ -87,6 +87,7 @@ func (t *Terminal) SetWinSize(cols, rows uint16) error {
87
func (t *Terminal) Close() error {
88
if t.cmd.Process != nil {
89
t.cmd.Process.Kill()
90
+ t.cmd.Process.Wait()
91
}
92
93
t.wait_ack.Store(0)
0 commit comments