Skip to content

Commit

Permalink
doc: add util.inspect() legacy signature
Browse files Browse the repository at this point in the history
PR-URL: #23216
Fixes: #23205
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
siddhant1 authored and targos committed Oct 10, 2018
1 parent fbbb25b commit eee71d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/api/util.md
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,7 @@ stream.write('With ES6');
```

## util.inspect(object[, options])
## util.inspect(object[, showHidden[, depth[, colors]]])
<!-- YAML
added: v0.3.0
changes:
Expand Down

0 comments on commit eee71d6

Please sign in to comment.