Skip to content

Array representation buggy #6926

Closed
Closed
@snig-b

Description

@snig-b

Given the node version. When I declare an array in the REPL console. The representation shows an empty array always. Please note this does not happen in the pure node console, but instead when I run the REPL from within my debugger. i.e
node debug index.js
> repl.

Even when I declare a simple array ( just to report that this is not a very complex nesting representation) like:
> [1]
the console shows it as
> []

I am aware of util.inspect , and it shows the complete array, but the normal representation is just too confusing. I would be glad if this can be inspected or resolved if required.

Metadata

Metadata

Assignees

No one assigned

    Labels

    duplicateIssues and PRs that are duplicates of other issues or PRs.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions