File: command_detach_windows.go

package info (click to toggle)
receptor 1.5.5-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,772 kB
  • sloc: python: 1,643; makefile: 305; sh: 174
file content (12 lines) | stat: -rw-r--r-- 166 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
//go:build windows && !no_workceptor
// +build windows,!no_workceptor

package workceptor

import (
	"os/exec"
)

func cmdSetDetach(cmd *exec.Cmd) {
	// Do nothing
}