Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PDE-5660] fix(cli): Pass in rawError=true when catching error response in env:unset #954

Merged
merged 1 commit into from
Jan 21, 2025

Conversation

rnegron
Copy link
Member

@rnegron rnegron commented Jan 21, 2025

Caught another issue when testing locally: the error response for env:unset upon hitting an HTTP 409 does not specify how to solve the issue. This is because the third parameter to callAPI defaults as false (source, env:set has this as true) and the error is handled differently.

This is something to merge in before releasing 16.2.0 😅

Before

Screen Shot 2025-01-21 at 11 26 07 AM

After

Screen Shot 2025-01-21 at 11 25 51 AM

@rnegron rnegron requested a review from a team as a code owner January 21, 2025 15:29
@rnegron rnegron merged commit 5b51578 into main Jan 21, 2025
14 checks passed
@rnegron rnegron deleted the PDE-5660-fix-unset-error branch January 21, 2025 17:10
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.

2 participants