This repository was archived by the owner on May 30, 2024. It is now read-only.
Commit 508b895
authored
include featureKey in wrong-type log message (#321)
**Requirements**
- [ ] I have added test coverage for new or changed functionality
- [x] I have followed the repository's [pull request submission
guidelines](../blob/master/CONTRIBUTING.md#submitting-pull-requests)
- [ ] I have validated my changes against all supported platform
versions
**Describe the solution you've provided**
Currently type errors do not include the name of the feature, which is a
key ingredient to troubleshooting this error class. This adds the
`featureKey` to the error message.
**Describe alternatives you've considered**
None1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
537 | 537 | | |
538 | 538 | | |
539 | 539 | | |
540 | | - | |
| 540 | + | |
541 | 541 | | |
542 | 542 | | |
543 | 543 | | |
| |||
0 commit comments