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(error-messages): fix incorrect number of arguments message [fixes LNG-108] #645

Merged
merged 1 commit into from
Jan 18, 2023

Conversation

shamsartem
Copy link
Contributor

No description provided.

@linear
Copy link

linear bot commented Jan 18, 2023

LNG-108 Invalid error message when calling function with wrong number of args

When calling a function that expects one argument with zero arguments there is an error

Error: Number of arguments for the function is incorrect. Expected: 0. Actual: 1

But it must be

Error: Number of arguments for the function is incorrect. Expected: 1. Actual: 0

@shamsartem shamsartem self-assigned this Jan 18, 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

2 participants