Skip to content

Commit ae90809

Browse files
committedMar 21, 2022
fix: windows pty
1 parent 95008f0 commit ae90809

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎helper/ssh/pty_unsupported.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ package ssh
66
import (
77
"fmt"
88
"os"
9+
"os/exec"
910
)
1011

1112
func startPTY(cmd *exec.Cmd) (*os.File, error) {

0 commit comments

Comments
 (0)
Please sign in to comment.