infinite-loop-detector icon indicating copy to clipboard operation
infinite-loop-detector copied to clipboard

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

Open mendeljacks opened this issue 4 years ago • 1 comments

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

mendeljacks avatar Jun 09 '20 07:06 mendeljacks

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.

Llorx avatar Jan 03 '21 21:01 Llorx