You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get this (same output as name-your-... | whodidwhat):
TypeError: Cannot read property 'map' of undefined
at cat (/usr/lib/node_modules/whodidwhat/src/index.js:20:20)
at loopField (/usr/lib/node_modules/whodidwhat/src/index.js:23:30)
at typeMap.map (/usr/lib/node_modules/whodidwhat/src/index.js:46:27)
at Array.map (<anonymous>)
at byUser (/usr/lib/node_modules/whodidwhat/src/index.js:46:11)
at process._tickCallback (internal/process/next_tick.js:68:7)
I had a quick look at the code but couldn't really understand why that was happening.
It may have already been solved, if it doesn't happen in the src folder. Thomas is AFK for a few days, but said he'd hand over publishing rights so I can test that next week. Hold tight!
When I run
I get this (same output as
name-your-... | whodidwhat
):I had a quick look at the code but couldn't really understand why that was happening.
To reproduce this, do the following:
EDIT: This doesn't happen when using
cli.js
on a repo clone.The text was updated successfully, but these errors were encountered: