Files
Ant-Browser/backend/residual_processes_others.go
T
Ant Browser Release Bot 6f58a6c19a publish: 1.0.0 snapshot (bad2ec1)
channel: master
version: 1.0.0
source-ref: master
published-at-utc: 2026-03-13T15:19:28Z
2026-03-13 23:19:29 +08:00

9 lines
129 B
Go

//go:build !windows
// +build !windows
package backend
func killResidualRuntimeProcesses(appRoot string) error {
return nil
}