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
doc: changed util.inspect signature
  • Loading branch information
siddhant1 authored Oct 2, 2018
commit 127ef47deed4e7504540c6a9d54df3c59bc40299
2 changes: 1 addition & 1 deletion doc/api/util.md
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ stream.on('data', (data) => {
stream.write('With ES6');
```

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