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

What if the infinite loop is not caused by while, or for? #1

Open
mendeljacks opened this issue Jun 9, 2020 · 1 comment
Open

What if the infinite loop is not caused by while, or for? #1

mendeljacks opened this issue Jun 9, 2020 · 1 comment

Comments

@mendeljacks
Copy link

What if the loop is caused by a map or a recursion for example?

@Llorx
Copy link

Llorx commented Jan 3, 2021

You are *ucked then xD

By the way, recursions throw an error when a recursive callback is called non-asynchronously. You cannot call functions inside functions inside functions infinitelly.

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

No branches or pull requests

2 participants