You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.markdown
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ Return a string `s` with the string representation of `obj` up to a depth of `op
53
53
Additional options:
54
54
-`quoteStyle`: must be "single" or "double", if present. Default `'single'` for strings, `'double'` for HTML elements.
55
55
-`maxStringLength`: must be `0`, a positive integer, `Infinity`, or `null`, if present. Default `Infinity`.
56
-
-`customInspect`: When `true`, a custom inspect method function will be invoked. Default `true`.
56
+
-`customInspect`: When `true`, a custom inspect method function will be invoked (either undere the `util.inspect.custom` symbol, or the `inspect` property). When the string `'symbol'`, only the symbol method will be invoked. Default `true`.
57
57
-`indent`: must be "\t", `null`, or a positive integer. Default `null`.
0 commit comments