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
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.
The text was updated successfully, but these errors were encountered:
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 theinspect
method, which we obviously cannot remove since that would break dependees.This poses a challenge since Q v1 does not depend on
require
or, ifrequire
exists, that it is even provided by Node.js, so getting the symbol in a cross-compatible way will be tricky.The text was updated successfully, but these errors were encountered: