mirror of
https://github.com/MetaCubeX/mihomo.git
synced 2026-02-26 16:57:08 +00:00
Fix: update cache if a process was found (#850)
This commit is contained in:
@@ -39,6 +39,8 @@ func (ps *Process) Match(metadata *C.Metadata) bool {
|
||||
return false
|
||||
}
|
||||
|
||||
processCache.Set(key, name)
|
||||
|
||||
cached = name
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user