Skip to content

Commit f9bfe48

Browse files
committed
Fix build failure for Windows
1 parent 12269db commit f9bfe48

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pkg/util/exec_windows.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,3 +86,8 @@ func Kill(cmd *exec.Cmd) error {
8686
}
8787
return err
8888
}
89+
90+
// IsProcessInDState does not apply to Windows.
91+
func IsProcessInDState(pid int) bool {
92+
return false
93+
}

0 commit comments

Comments
 (0)