Fix: update cache if a process was found (#850)
This commit is contained in:
parent
20983b0703
commit
70732f222b
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue