Skip to content

Commit 517fff1

Browse files
committed
fix compilation error
1 parent 8923c82 commit 517fff1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

timeout_windows.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ func (tio *Timeout) getCmd() *exec.Cmd {
1616
}
1717

1818
func (tio *Timeout) terminate() error {
19-
return cmd.Process.Signal(tio.signal())
19+
return tio.Cmd.Process.Signal(tio.signal())
2020
}
2121

2222
func (tio *Timeout) killall() error {

0 commit comments

Comments
 (0)