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
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user