Inspect output is truncated

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Unresolved
    • Priority: Major - P3
    • None
    • Affects Version/s: 1.26.1
    • Component/s: Embedded Shell
    • None
    • None
    • 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
              Reporter:
              Anna Henningsen
              Votes:
              1 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated: