We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b13233a commit 3b98038Copy full SHA for 3b98038
doc/api/util.md
@@ -348,8 +348,9 @@ changes:
348
line. Defaults to 60 for legacy compatibility.
349
350
The `util.inspect()` method returns a string representation of `object` that is
351
-primarily useful for debugging. Additional `options` may be passed that alter
352
-certain aspects of the formatted string.
+intended for debugging. The output of `util.inspect` may change at any time
+and should not be depended upon programmatically. Additional `options` may be
353
+passed that alter certain aspects of the formatted string.
354
`util.inspect()` will use the constructor's name and/or `@@toStringTag` to make an
355
identifiable tag for an inspected value.
356
0 commit comments