From eee71d6d16a3573c9227e25278fa7717875ae6d7 Mon Sep 17 00:00:00 2001 From: siddhant <30566406+siddhant1@users.noreply.github.com> Date: Tue, 2 Oct 2018 16:21:38 +0530 Subject: [PATCH] doc: add util.inspect() legacy signature PR-URL: https://github.com/nodejs/node/pull/23216 Fixes: https://github.com/nodejs/node/issues/23205 Reviewed-By: Vse Mozhet Byt Reviewed-By: James M Snell --- doc/api/util.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/api/util.md b/doc/api/util.md index 5adfa64bab8b4d..4361b90d6f81e8 100644 --- a/doc/api/util.md +++ b/doc/api/util.md @@ -357,6 +357,7 @@ stream.write('With ES6'); ``` ## util.inspect(object[, options]) +## util.inspect(object[, showHidden[, depth[, colors]]])