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] avoid StackOverflow because with one parameter calls itself #64

Merged
merged 1 commit into from Dec 17, 2014

Conversation

smee
Copy link
Contributor

@smee smee commented Dec 15, 2014

This seems to be a simple copy/paste error, I assume. The current code calls the same arity in an endless loop until the JVM throws a StackOverflowError.

michaelklishin added a commit that referenced this pull request Dec 17, 2014
[fix] avoid StackOverflow because  with one parameter calls itself
@michaelklishin michaelklishin merged commit 119d1cf into michaelklishin:master Dec 17, 2014
@michaelklishin
Copy link
Owner

Thank you!

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