fix: reduce global eslint warnings (#216)

This commit is contained in:
Eyejoker
2026-06-03 08:30:21 +08:00
committed by GitHub
parent 63a4515241
commit 22602da1ec
7 changed files with 11 additions and 7 deletions

View File

@@ -211,6 +211,7 @@ function parseLastAgentSeqState(
`Invalid last_agent_seq JSON for ${serviceId}: ${
err instanceof Error ? err.message : String(err)
}`,
{ cause: err },
);
}