1
0
forked from wrenn/wrenn

v0.1.4 (#38) — pipeline test 2
Some checks failed
ci/woodpecker/push/pipeline Pipeline failed

This commit is contained in:
Tasnim Kabir Sadik
2026-05-02 23:57:27 +06:00
parent 52ad21c339
commit 4737b15973
28 changed files with 977 additions and 117 deletions

View File

@ -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