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(combine): filePath was missing for falsey values #583

Merged
merged 1 commit into from
Mar 26, 2021
Merged

Conversation

dbanksdesign
Copy link
Member

Issue #, if available:

Description of changes: When merging source token files we were doing a simple truthy check for .value which does not work if given something like 0. Now we are checking if the token .hasOwnProperty('value') instead which will return true for any value.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@chazzmoney
Copy link
Collaborator

LGTM :shipit:

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