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
183183<!-- YAML
184184added: v0.5.3
185185changes:
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.
186190 - version: v8.4.0
187191 pr-url: https://github.com/nodejs/node/pull/14558
188192 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) {
113113 {
114114 const opts = Object . assign ( { } , inspectOptions , {
115115 showHidden : true ,
116- showProxy : true ,
117- depth : 4
116+ showProxy : true
118117 } ) ;
119118 tempStr = inspect ( arguments [ a ++ ] , opts ) ;
120119 break ;
You can’t perform that action at this time.
0 commit comments