judo icon indicating copy to clipboard operation
judo copied to clipboard

panic: close of closed channel

Open rollcat opened this issue 1 year ago • 0 comments

Hit C-c and got this, oops

panic: close of closed channel

goroutine 14 [running]:
main.(*Proc).CloseStdin(...)
	/Users/kamil/go/pkg/mod/github.com/rollcat/[email protected]/proc.go:49
main.(*Host).StartMaster.func1()
	/Users/kamil/go/pkg/mod/github.com/rollcat/[email protected]/transport.go:207 +0x25c
created by main.(*Host).StartMaster
	/Users/kamil/go/pkg/mod/github.com/rollcat/[email protected]/transport.go:188 +0x168
$ judo -v
0.6

rollcat avatar Apr 24 '23 14:04 rollcat