BridgeAR · GitHub

@BridgeAR

@nodejs-github-bot nodejs-github-bot added repl

Issues and PRs related to the REPL subsystem.

util

Issues and PRs related to the built-in util module.

labels

Sep 13, 2018

vsemozhetbyt

@BridgeAR BridgeAR added the semver-major

PRs that contain breaking changes and should be released in the next major version.

label

Sep 13, 2018

addaleax

@BridgeAR

mafintosh

@BridgeAR BridgeAR added the author ready

PRs that have at least one approval, no pending requests for changes, and a CI started.

label

Sep 18, 2018

mcollina

Closed

@BridgeAR

@BridgeAR

silverwind

@addaleax

BridgeAR added a commit to BridgeAR/node that referenced this pull request

Oct 2, 2018
The current default is not ideal in most use cases. Therefore it is
changed to inspect objects to a maximum depth of 20 in case
util.inspect is called with it's defaults. The default is kept at 2
when using console.log() and similar in the repl.
PR-URL: nodejs#17907
Refs: nodejs#12693
PR-URL: nodejs#22846
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Denys Otrishko <shishugi@gmail.com>
Reviewed-By: Roman Reiss <me@silverwind.io>

BridgeAR added a commit to BridgeAR/node that referenced this pull request

Oct 2, 2018
Since the default for depth is changed to `20` it is logical
to change the %o default as well. It will now always use the
default depth.
PR-URL: nodejs#17907
Refs: nodejs#12693
PR-URL: nodejs#22846
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Denys Otrishko <shishugi@gmail.com>
Reviewed-By: Roman Reiss <me@silverwind.io>

Closed

4 tasks

Closed

3 tasks

@BridgeAR

Read the original on github.com ↗