-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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
console.trace not printing stack #26763
Labels
Comments
Is that a current branch thing? Or maybe there is some environment variable that I need to set, for this to work? |
cc @BridgeAR |
BridgeAR
added
confirmed-bug
Issues with confirmed bugs.
console
Issues and PRs related to the console subsystem.
labels
Mar 19, 2019
This is a recent regression. Thank's for reporting this! |
BridgeAR
added a commit
to BridgeAR/node
that referenced
this issue
Mar 19, 2019
A recent refactoring made the slight mistake of calling `trace()` instead of `this.trace()`. Fixes: nodejs#26763
targos
pushed a commit
to targos/node
that referenced
this issue
Mar 27, 2019
A recent refactoring made the slight mistake of calling `trace()` instead of `this.trace()`. PR-URL: nodejs#26764 Fixes: nodejs#26763 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com> Reviewed-By: Weijia Wang <starkwang@126.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com>
targos
pushed a commit
that referenced
this issue
Mar 27, 2019
A recent refactoring made the slight mistake of calling `trace()` instead of `this.trace()`. PR-URL: #26764 Fixes: #26763 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com> Reviewed-By: Weijia Wang <starkwang@126.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Version:
v11.11.0
Platform:
Linux zeratul 4.18.0-15-generic ENOTFOUND and ECONNRESET errors #16-Ubuntu SMP Thu Feb 7 10:56:39 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
Subsystem:
console
The following code seems to print a stack trace on v11.10.1 but not on v11.11.0 and v11.12.0
Output on v11.10.1:
Output on v11.11.0 and v11.12.0
The text was updated successfully, but these errors were encountered: