infinite-loop-detector
infinite-loop-detector copied to clipboard
What if the infinite loop is not caused by while, or for?
What if the loop is caused by a map or a recursion for example?
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.