forked from wrenn/wrenn
v0.1.4 (#38) — pipeline test 2
All checks were successful
ci/woodpecker/push/pipeline Pipeline was successful
All checks were successful
ci/woodpecker/push/pipeline Pipeline was successful
This commit is contained in:
@ -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