Skip to content

fix(deploy): handle null feedback resource in formatter#114

Merged
rmorehig merged 2 commits intomainfrom
fix/deploy-feedback-null-resource
Feb 20, 2026
Merged

fix(deploy): handle null feedback resource in formatter#114
rmorehig merged 2 commits intomainfrom
fix/deploy-feedback-null-resource

Conversation

@rmorehig
Copy link
Collaborator

@rmorehig rmorehig commented Feb 20, 2026

Summary

  • Guard deploy feedback resource formatting when feedback.resource is null.
  • Fallback to unknown resource name instead of throwing.
  • Add a regression test for null-resource feedback entries.

Verification

  • pnpm -s vitest run src/api/deploy.test.ts
  • pnpm -s build

Closes #113

@rmorehig rmorehig merged commit d13dace into main Feb 20, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

deploy: guard null feedback.resource in deploy error formatter

1 participant