Windows is the worst OS ever
This commit is contained in:
parent
41d8cb42c9
commit
c31f193096
3 changed files with 8 additions and 2 deletions
|
|
@ -18,3 +18,8 @@ func prepareVMCmd(cmd *exec.Cmd) {
|
|||
func terminateProcess(pid int) error {
|
||||
return exec.Command("TASKKILL", "/T", "/F", "/PID", fmt.Sprint(pid)).Run()
|
||||
}
|
||||
|
||||
func checkDeviceSeemsMounted(path string) (bool, error) {
|
||||
// We do not have mount checks on Windows.
|
||||
return false, nil
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue