sindresorhus / clear-module

Clear a module from the cache
MIT License
182 stars 25 forks source link

Avoid exceeding maximum call stack size (circular) #14

Closed omrilotan closed 4 years ago

omrilotan commented 4 years ago

Delete the module from cache before recursion (clear child id). Hopefully this should resolve #13

sindresorhus commented 4 years ago

Thanks for fixing 👌