Files
nomad/drivers/shared/executor/utils_windows.go
2023-04-10 15:36:59 +00:00

10 lines
192 B
Go

// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0
package executor
import "os/exec"
// TODO Figure out if this is needed in Windows
func isolateCommand(cmd *exec.Cmd) {}