github.com/ferranbt/nomad@v0.9.3-0.20190607002617-85c449b7667c/drivers/shared/executor/utils_windows.go (about)

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