WitNote / internal /bridge /proc_other.go
AUXteam's picture
Upload folder using huggingface_hub
6a7089a verified
//go:build darwin
package bridge
import "os/exec"
// configureChromeProcess is a no-op on macOS.
// Chrome inherits the parent's process group. The orchestrator kills the
// entire bridge group, and in standalone bridge mode, Cleanup() handles it.
func configureChromeProcess(_ *exec.Cmd) {}