Skip to content

Commit 6629957

Browse files
committed
util: move custom inspection function to EOL
Move the use of custom inspection function to End-of-Life. Ref: nodejs#15549
1 parent 2d609c5 commit 6629957

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/deprecations.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -718,7 +718,7 @@ Type: Runtime
718718
<a id="DEP0079"></a>
719719
### DEP0079: Custom inspection function on Objects via .inspect()
720720
721-
Type: Runtime
721+
Type: End-of-Life
722722
723723
Using a property named `inspect` on an object to specify a custom inspection
724724
function for [`util.inspect()`][] is deprecated. Use [`util.inspect.custom`][]

0 commit comments

Comments
 (0)