mirror of https://github.com/liamg/aminal.git
try to fix darwin pty
This commit is contained in:
parent
d634ea5f3f
commit
59a7ddb081
|
@ -17,6 +17,7 @@ func open() (*os.File, *os.File, error) {
|
|||
}
|
||||
|
||||
ptsName, err := ptsname(pty)
|
||||
panic(ptsName)
|
||||
if err != nil {
|
||||
panic(err)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue