-
Type: Bug
-
Resolution: Unresolved
-
Priority: 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).
- related to
-
MONGOSH-583 Expand objects in explain output
- Closed