mirror of
https://gitclone.com/github.com/MetaCubeX/Clash.Meta
synced 2025-05-19 16:38:16 +08:00
Fix: update cache if a process was found (#850)
This commit is contained in:
parent
20983b0703
commit
70732f222b
@ -39,6 +39,8 @@ func (ps *Process) Match(metadata *C.Metadata) bool {
|
|||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
processCache.Set(key, name)
|
||||||
|
|
||||||
cached = name
|
cached = name
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user