{{ message }}
Commit a60ed89
committed
util: allow returning
If a custom inspection function returned `this`, use that value
for further formatting instead of going into infinite recursion.
This is particularly useful when combined with `util.inspect.custom`
because returning `this` from such a method makes it easy to
have an `inspect()` function that is ignored by `util.inspect` without
actually having to provide an alternative for custom inspection.
PR-URL: #8174
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Michaël Zasso <mic.besace@gmail.com>this from custom inspect1 parent 59714cb commit a60ed89
2 files changed
Lines changed: 18 additions & 3 deletions

0 commit comments