Skip to content

Commit ffb54cf

Browse files
committed
Use depth: 0
1 parent 33d74e2 commit ffb54cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/json.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export const prettifiedInspect = (
2626
return inspect(simplifiedObject, {
2727
compact: false,
2828
// TODO: Can potentially support higher depth if one can hide symbols properly.
29-
depth: 3,
29+
depth: 0,
3030
breakLength: 80,
3131
showHidden: false,
3232
...options,

0 commit comments

Comments
 (0)