Skip to content

Commit

Permalink
fixup: address comment
Browse files Browse the repository at this point in the history
  • Loading branch information
BridgeAR committed Sep 8, 2018
1 parent dbb2b1a commit 8742df1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/api/util.md
Original file line number Diff line number Diff line change
Expand Up @@ -536,10 +536,10 @@ console.log(inspect(weakSet, { showHidden: true }));
```

Please note that `util.inspect()` is a synchronous method that is mainly
intended as a debugging tool. It's maximum output length is limited to 128 MB
and input values that result in output bigger than that will not be inspected
fully. Such values can have a significant performance overhead that can block
the event loop for a significant amount of time.
intended as a debugging tool. Its maximum output length is limited to 128 MB and
input values that result in output bigger than that will not be inspected fully.
Such values can have a significant performance overhead that can block the event
loop for a significant amount of time.

### Customizing `util.inspect` colors

Expand Down

0 comments on commit 8742df1

Please sign in to comment.