try to fix darwin pty

This commit is contained in:
Liam Galvin 2018-08-13 17:44:24 +01:00
parent d634ea5f3f
commit 59a7ddb081
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ func open() (*os.File, *os.File, error) {
} }
ptsName, err := ptsname(pty) ptsName, err := ptsname(pty)
panic(ptsName)
if err != nil { if err != nil {
panic(err) panic(err)
} }