fix(processmonitor): Skip null pidusage entries when aggregating process-group memory/CPU to avoid errors

This commit is contained in:
2025-09-03 08:27:06 +00:00
parent e208384d41
commit 3a39fbd65f
3 changed files with 15 additions and 3 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@git.zone/tspm',
version: '5.10.0',
version: '5.10.1',
description: 'a no fuzz process manager'
}