Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant