Closed szdziedzic closed 2 weeks ago
This stack of pull requests is managed by Graphite. Learn more about stacking.
Join @szdziedzic and the rest of your teammates on Graphite
❌ It looks like a changelog entry is missing for this PR. Add it manually to CHANGELOG.md. ⏩ If this PR doesn't require a changelog entry, such as if it's an internal change that doesn't affect the user experience, you can add the "no changelog" label to the PR.
Subscribed to pull request | File Patterns | Mentions |
---|---|---|
**/* | @khamilowicz, @sjchmiela |
Generated by CodeMention
Size Change: -1.43 kB (0%)
Total Size: 52.7 MB
Filename | Size | Change |
---|---|---|
./packages/eas-cli/dist/eas-linux-x64.tar.gz |
52.7 MB | -1.43 kB (0%) |
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 52.87%. Comparing base (
3f2dcc7
) to head (d895218
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Why
The error message when reading app config was not accurately reflecting the command being used, which could lead to confusion when troubleshooting configuration issues.
How
Updated the error message in
entitlements.ts
to include the correct command flag--type introspect
when displaying the failure message for reading app config.