File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -183,6 +183,9 @@ property take precedence over `--trace-deprecation` and
183183<!-- YAML
184184added: v0.5.3
185185changes:
186+ - version: REPLACEME
187+ pr-url: https://github.com/nodejs/node/pull/REPLACEME
188+ description: The `%o` specifier's `depth` has default depth of 4 again.
186189 - version: v11.0.0
187190 pr-url: https://github.com/nodejs/node/pull/17907
188191 description: The `%o` specifier's `depth` option will now fall back to the
Original file line number Diff line number Diff line change @@ -117,7 +117,8 @@ function formatWithOptions(inspectOptions, f) {
117117 {
118118 const opts = Object . assign ( { } , inspectOptions , {
119119 showHidden : true ,
120- showProxy : true
120+ showProxy : true ,
121+ depth : 4
121122 } ) ;
122123 tempStr = inspect ( arguments [ a ++ ] , opts ) ;
123124 break ;
You can’t perform that action at this time.
0 commit comments