Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

util: fix iterable types with special prototype #25457

Closed
wants to merge 1 commit into from

Commits on Jan 16, 2019

  1. util: fix iterable types with special prototype

    The fallback should only be taken for a null prototype. If an
    iterable data type (e.g., Array) has a prototype without
    `Symbol.iterator`, just try the best to visualize it as object.
    
    Fixes: nodejs#25451
    BridgeAR committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    e00c69c View commit details
    Browse the repository at this point in the history