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

fix: bad error message for missing components, ts5.5, linter change #622

Merged
merged 1 commit into from
Jun 28, 2024

Conversation

mshanemc
Copy link
Contributor

What does this PR do?

What issues does this PR fix or reference?

fixes these
https://github.com/forcedotcom/eslint-config-salesforce-typescript/actions/runs/9703130477/job/26780557045?pr=246

see inline note about bad error message

@mshanemc mshanemc requested a review from a team as a code owner June 28, 2024 15:50
@@ -57,7 +57,7 @@ export const populateFilePaths = ({
// Throw if anything was actually missing
if (missingComponents.length > 0) {
throw new Error(
`unable to generate complete component set for ${elements
`unable to generate complete component set for ${missingComponents
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this was a bug in the error output. Thanks eslint!

@mshanemc mshanemc merged commit 01144bc into main Jun 28, 2024
33 checks passed
@mshanemc mshanemc deleted the sm/ts5-5 branch June 28, 2024 17:20
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