Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix doc nit
  • Loading branch information
jasnell committed Apr 30, 2016
commit 6115df50293ae00db72545912f011cd9aec76a04
5 changes: 3 additions & 2 deletions doc/api/util.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,9 @@ formatted string:
- `customInspect` - if `false`, then custom `inspect(depth, opts)` functions
defined on the objects being inspected won't be called. Defaults to `true`.

- `showProxy` - if `true`, then objects that are Proxy objects will be
introspected to show their `target` and `hander` objects.
- `showProxy` - if `true`, then objects and functions that are Proxy objects
will be introspected to show their `target` and `hander` objects. Defaults to
`false`.

Example of inspecting all properties of the `util` object:

Expand Down