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

No more error behavior when functions don't have a return value #57

Merged
merged 1 commit into from
Dec 24, 2017

Conversation

NQNStudios
Copy link
Collaborator

I was experiencing an extremely difficult bug to find and fix, all because a function in my JavaScript didn't have a return value. I made a 2-line fix to make this a non-issue.

Changes proposed by this pull request:

  • Functions don't need a return statement. Without one, they expand as an empty string.

@invicticide to review

@invicticide invicticide merged commit eb2655c into invicticide:dev Dec 24, 2017
@NQNStudios NQNStudios deleted the function-check branch May 28, 2018 15:19
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