Skip to content

Commit

Permalink
doc: add link to [customizing util.inspect colors].
Browse files Browse the repository at this point in the history
  • Loading branch information
jmm committed Nov 13, 2015
1 parent 4270e7f commit 923413c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/api/console.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ The global `console` is a special `Console` whose output is sent to

[assert.ok()]: assert.html#assert_assert_value_message_assert_ok_value_message
[util.format()]: util.html#util_util_format_format
[customizing util.inspect colors]: util.html#util_customizing_util_inspect_colors

## console

Expand Down Expand Up @@ -86,7 +87,7 @@ object. This is useful for inspecting large complicated objects. Defaults to
`2`. To make it recurse indefinitely pass `null`.

- `colors` - if `true`, then the output will be styled with ANSI color codes.
Defaults to `false`. Colors are customizable, see below.
Defaults to `false`. Colors are customizable, see [customizing util.inspect colors][].

### console.error([data][, ...])

Expand Down

0 comments on commit 923413c

Please sign in to comment.