[COMPASS-4757] Inspect output is truncated Created: 14/Apr/21  Updated: 23/Sep/21

Status: Open
Project: Compass
Component/s: Embedded Shell
Affects Version/s: 1.26.1
Fix Version/s: None

Type: Bug Priority: Major - P3
Reporter: Anna Henningsen Assignee: Unassigned
Resolution: Unresolved Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Related
related to MONGOSH-583 Expand objects in explain output Closed

 Description   

({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).


Generated at Wed Feb 07 22:37:22 UTC 2024 using Jira 9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66.