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
Run the code below (it seems to only happen when there's a command that has a custom help option). It results in this error:
TypeError: Cannot use 'in' operator to search for 'type' in undefined
at M.render (file:///Users/russell/dev/js/trigger-jobs/node_modules/.pnpm/[email protected]/node_modules/cleye/dist/index.mjs:9:13)
at file:///Users/russell/dev/js/trigger-jobs/node_modules/.pnpm/[email protected]/node_modules/cleye/dist/index.mjs:8:90
at Array.map (<anonymous>)
at file:///Users/russell/dev/js/trigger-jobs/node_modules/.pnpm/[email protected]/node_modules/cleye/dist/index.mjs:8:78
at Array.map (<anonymous>)
at M.table (file:///Users/russell/dev/js/trigger-jobs/node_modules/.pnpm/[email protected]/node_modules/cleye/dist/index.mjs:8:69)
at M.render (file:///Users/russell/dev/js/trigger-jobs/node_modules/.pnpm/[email protected]/node_modules/cleye/dist/index.mjs:9:87)
at M.section (file:///Users/russell/dev/js/trigger-jobs/node_modules/.pnpm/[email protected]/node_modules/cleye/dist/index.mjs:7:37)
at M.render (file:///Users/russell/dev/js/trigger-jobs/node_modules/.pnpm/[email protected]/node_modules/cleye/dist/index.mjs:9:87)
at file:///Users/russell/dev/js/trigger-jobs/node_modules/.pnpm/[email protected]/node_modules/cleye/dist/index.mjs:8:904
Bug description
Run the code below (it seems to only happen when there's a command that has a custom
help
option). It results in this error:Reproduction
Node.js package manager
pnpm
Environment
Can you contribute a fix?
The text was updated successfully, but these errors were encountered: