Closed lubien closed 7 years ago
Your plugin was yielding the following error on my Cerebro DevTools console:
Error running plugin cerebro-npm TypeError: Cannot read property 'Symbol(Symbol.iterator)' of null(…)
This PR fix it. Both commits have clear explanation on what happened and how I fixed it.
LGTM :shipit:
I'll merge this and make a release later today 🙂
Your plugin was yielding the following error on my Cerebro DevTools console:
This PR fix it. Both commits have clear explanation on what happened and how I fixed it.