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: coerce output to number if numeric #1407

Merged
merged 3 commits into from Aug 8, 2023
Merged

Conversation

LoneRifle
Copy link
Contributor

Problem

Numeric string outputs are considered numeric and passed to math.format(), which adds double quotes

Solution

If an output value is considered numeric, coerce it to a Number

@LoneRifle LoneRifle merged commit 3e6a207 into develop Aug 8, 2023
9 checks passed
@LoneRifle LoneRifle deleted the fix/coerce-if-numeric branch August 8, 2023 09:03
@LoneRifle LoneRifle mentioned this pull request Aug 8, 2023
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.

None yet

1 participant