From 6629957e85b60834c3e88219d416965a76647b02 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Fri, 4 May 2018 11:21:32 -0700 Subject: [PATCH] util: move custom inspection function to EOL Move the use of custom inspection function to End-of-Life. Ref: https://github.com/nodejs/node/issues/15549 --- doc/api/deprecations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index 2101f462405a48..8b3c560903c753 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -718,7 +718,7 @@ Type: Runtime ### DEP0079: Custom inspection function on Objects via .inspect() -Type: Runtime +Type: End-of-Life Using a property named `inspect` on an object to specify a custom inspection function for [`util.inspect()`][] is deprecated. Use [`util.inspect.custom`][]