File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -182,9 +182,6 @@ property take precedence over `--trace-deprecation` and
182182<!-- YAML
183183added: v0.5.3
184184changes:
185- - version: REPLACEME
186- pr-url: https://github.com/nodejs/node/pull/17907
187- description: The `%o` specifiers `depth` option is now set to Infinity.
188185 - version: v8.4.0
189186 pr-url: https://github.com/nodejs/node/pull/14558
190187 description: The `%o` and `%O` specifiers are supported now.
Original file line number Diff line number Diff line change @@ -218,7 +218,8 @@ function formatWithOptions(inspectOptions, f) {
218218 {
219219 const opts = Object . assign ( { } , inspectOptions , {
220220 showHidden : true ,
221- showProxy : true
221+ showProxy : true ,
222+ depth : 4
222223 } ) ;
223224 tempStr = inspect ( arguments [ a ++ ] , opts ) ;
224225 break ;
You can’t perform that action at this time.
0 commit comments