File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -183,6 +183,10 @@ property take precedence over `--trace-deprecation` and
183
183
<!-- YAML
184
184
added: v0.5.3
185
185
changes:
186
+ - version: REPLACEME
187
+ pr-url: https://github.com/nodejs/node/pull/17907
188
+ description: The `%o` specifier's `depth` option will now fall back to the
189
+ default depth.
186
190
- version: v8.4.0
187
191
pr-url: https://github.com/nodejs/node/pull/14558
188
192
description: The `%o` and `%O` specifiers are supported now.
Original file line number Diff line number Diff line change @@ -113,8 +113,7 @@ function formatWithOptions(inspectOptions, f) {
113
113
{
114
114
const opts = Object . assign ( { } , inspectOptions , {
115
115
showHidden : true ,
116
- showProxy : true ,
117
- depth : 4
116
+ showProxy : true
118
117
} ) ;
119
118
tempStr = inspect ( arguments [ a ++ ] , opts ) ;
120
119
break ;
You can’t perform that action at this time.
0 commit comments