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

Uses the proper function name in the error messages #3916

Merged
merged 2 commits into from
Apr 12, 2023

Conversation

emmebi
Copy link
Collaborator

@emmebi emmebi commented Apr 11, 2023

Identify the Bug or Feature request

Fixes #3883

Description of the Change

"getTokenVBL" was used in a number of places where functionName was required.

Possible Drawbacks

None that I can see

Documentation Notes

The following sample code executed in the chat:

[r: transferVBL('[]', 1, 'not a token')]

now produces:

correct_transfer_vbl

Release Notes

  • fixes function name being wrong in error messages

This change is Reviewable

@cwisniew cwisniew merged commit cb24645 into RPTools:develop Apr 12, 2023
@cwisniew cwisniew added the bug label Apr 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: transeferVBL improper error return
3 participants