mirror of
https://github.com/MetaCubeX/mihomo.git
synced 2025-01-04 00:23:43 +08:00
Fix: update cache if a process was found (#850)
This commit is contained in:
parent
77d6f9ae6f
commit
791d203b5f
@ -39,6 +39,8 @@ func (ps *Process) Match(metadata *C.Metadata) bool {
|
||||
return false
|
||||
}
|
||||
|
||||
processCache.Set(key, name)
|
||||
|
||||
cached = name
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user