Uploaded image for project: 'Compass '
  1. Compass
  2. COMPASS-4757

Inspect output is truncated

    • Type: Icon: Bug Bug
    • Resolution: Unresolved
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: 1.26.1
    • Component/s: Embedded Shell
    • None

      ({a:{b:{c:{d:{e:4}}}}})
      

      is printed as

      { a: { b: { c: [Object] } } }
      

      in the Compass shell. When running npm start in the browser-repl package, it is rendered properly as

      { a: { b: { c: { d: { e: 4 } } } } }
      

      (according to the `depth: 1000` specifier that we use in the Compass shell).

            Assignee:
            Unassigned Unassigned
            Reporter:
            anna.henningsen@mongodb.com Anna Henningsen
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: