open-nomad/drivers/shared/executor/utils_windows.go

7 lines
122 B
Go
Raw Normal View History

package executor
import "os/exec"
// TODO Figure out if this is needed in Windows
func isolateCommand(cmd *exec.Cmd) {}