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

[BUGFIX lts] Check length of targets #18281

Merged
merged 2 commits into from
Aug 18, 2019
Merged

[BUGFIX lts] Check length of targets #18281

merged 2 commits into from
Aug 18, 2019

Conversation

RobbieTheWagner
Copy link
Member

We had a bug where if you had additional targets added, they would not be checked, we were just checking that all the prebuilt targets were included. This adds a check for length to ensure all the targets are there and no additional ones are.

We had a bug where if you had additional targets added, they would not be checked, we were just checking that all the prebuilt targets were included. This adds a check for length to ensure all the targets are there and no additional ones are.
@pzuraq pzuraq merged commit 04130ac into master Aug 18, 2019
@delete-merged-branch delete-merged-branch bot deleted the check-targets-length branch August 18, 2019 00:35
@pzuraq
Copy link
Contributor

pzuraq commented Aug 18, 2019

Thanks!!

Copy link
Member

rwjblue commented Aug 19, 2019

Good catch, thank you!

timiyay pushed a commit to timiyay/ember.js that referenced this pull request Nov 27, 2019
We had a bug where if you had additional targets added, they would not be checked, we were just checking that all the prebuilt targets were included. This adds a check for length to ensure all the targets are there and no additional ones are.

Fix lint

Cherry-picked from PR emberjs#18281
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.

3 participants