fix: expose branch follower debug errors
This commit is contained in:
@@ -199,6 +199,7 @@ function stateSnapshot(read: K8sStateRead, followerId: string): Record<string, u
|
||||
return {
|
||||
present: read.stateConfigMapPresent,
|
||||
ok: read.ok,
|
||||
errors: read.errors.slice(0, 8),
|
||||
metadata: read.stateMetadata,
|
||||
valueBytes: read.stateValueBytes[followerId] ?? null,
|
||||
phase: stringOrNull(state.phase),
|
||||
|
||||
Reference in New Issue
Block a user