We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8923c82 commit 517fff1Copy full SHA for 517fff1
timeout_windows.go
@@ -16,7 +16,7 @@ func (tio *Timeout) getCmd() *exec.Cmd {
16
}
17
18
func (tio *Timeout) terminate() error {
19
- return cmd.Process.Signal(tio.signal())
+ return tio.Cmd.Process.Signal(tio.signal())
20
21
22
func (tio *Timeout) killall() error {
0 commit comments