From 96f53c6b0286dca5363d2b0a45cf26131152c407 Mon Sep 17 00:00:00 2001 From: Jesse McCarthy Date: Tue, 10 Nov 2015 15:27:48 -0500 Subject: [PATCH] doc: add link to [customizing util.inspect colors]. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/3749 Reviewed-By: Michaƫl Zasso Reviewed-By: James M Snell --- doc/api/console.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/api/console.markdown b/doc/api/console.markdown index 6fe5a400f6f159..25d02953605ebc 100644 --- a/doc/api/console.markdown +++ b/doc/api/console.markdown @@ -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 @@ -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][, ...])