forked from wrenn/wrenn
v0.1.4 (#38)
Reviewed-on: wrenn/wrenn#38 Co-authored-by: pptx704 <rafeed@omukk.dev> Co-committed-by: pptx704 <rafeed@omukk.dev>
This commit is contained in:
@ -1 +1 @@
|
||||
0.1.0
|
||||
0.1.1
|
||||
|
||||
@ -446,7 +446,9 @@ func (p *Handler) Wait() {
|
||||
|
||||
err := p.cmd.Wait()
|
||||
|
||||
p.tty.Close()
|
||||
if p.tty != nil {
|
||||
p.tty.Close()
|
||||
}
|
||||
|
||||
var errMsg *string
|
||||
|
||||
|
||||
Reference in New Issue
Block a user