Files
wisp-open/internal/services/whisper/cmd_nonwindows.go
T

10 lines
138 B
Go

//go:build !windows
package whisper
import "os/exec"
func hideWindowContext(cmd *exec.Cmd) {
// Not needed on non-Windows platforms
}