Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Implement the util.inspect.custom symbol #822

Open
kriskowal opened this issue Sep 25, 2017 · 0 comments
Open

Implement the util.inspect.custom symbol #822

kriskowal opened this issue Sep 25, 2017 · 0 comments

Comments

@kriskowal
Copy link
Owner

nodejs/node#15549

Ideally, Q should add support for util.inspect.custom so that logged promises get the right output and forward the seen set. This would precede the inspect method, which we obviously cannot remove since that would break dependees.

This poses a challenge since Q v1 does not depend on require or, if require exists, that it is even provided by Node.js, so getting the symbol in a cross-compatible way will be tricky.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant