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

console: fix trace function #26764

Closed

Conversation

BridgeAR
Copy link
Member

@BridgeAR BridgeAR commented Mar 19, 2019

A recent refactoring made the slight mistake of using trace()
instead of this.trace().

Fixes: #26763

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

A recent refactoring made the slight mistake of calling `trace()`
instead of `this.trace()`.

Fixes: nodejs#26763
@nodejs-github-bot nodejs-github-bot added the console Issues and PRs related to the console subsystem. label Mar 19, 2019
@antsmartian
Copy link
Contributor

@BridgeAR BridgeAR added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Mar 19, 2019
BridgeAR added a commit to BridgeAR/node that referenced this pull request Mar 21, 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>
@BridgeAR
Copy link
Member Author

Landed in ab3f7af.

@BridgeAR BridgeAR closed this Mar 21, 2019
targos pushed a commit to targos/node that referenced this pull request 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 pull request 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>
@BridgeAR BridgeAR deleted the fix-console-trace-regression branch January 20, 2020 11:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
author ready PRs that have at least one approval, no pending requests for changes, and a CI started. console Issues and PRs related to the console subsystem.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

console.trace not printing stack
8 participants