1
0
forked from wrenn/wrenn

v0.1.4 (#38) — pipeline test 2

This commit is contained in:
Tasnim Kabir Sadik
2026-05-02 23:45:04 +06:00
parent 52ad21c339
commit acd87b70fc
23 changed files with 437 additions and 117 deletions

View File

@ -1 +1 @@
0.1.0
0.1.1

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