File tree 2 files changed +2
-4
lines changed
2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -183,9 +183,6 @@ 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` specifiers `depth` option is now set to `Infinity`.
189
186
- version: v8.4.0
190
187
pr-url: https://github.com/nodejs/node/pull/14558
191
188
description: The `%o` and `%O` specifiers are supported now.
Original file line number Diff line number Diff line change @@ -217,7 +217,8 @@ function formatWithOptions(inspectOptions, f) {
217
217
{
218
218
const opts = Object . assign ( { } , inspectOptions , {
219
219
showHidden : true ,
220
- showProxy : true
220
+ showProxy : true ,
221
+ depth : 4
221
222
} ) ;
222
223
tempStr = inspect ( arguments [ a ++ ] , opts ) ;
223
224
break ;
You can’t perform that action at this time.
0 commit comments