fix(cli/process/logs): Reset log sequence on process restart to avoid false log gap warnings

This commit is contained in:
2025-08-30 22:16:44 +00:00
parent f4cbdd51e1
commit 43799f3431
3 changed files with 16 additions and 1 deletions

View File

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