FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

src,lib: print prinstine source when source map source not found by legendecas · Pull Request #44052 · nodejs/node · GitHub

/ node Public

src,lib: print prinstine source when source map source not found - #44052

Closed
legendecas wants to merge 1 commit into
nodejs:mainfrom
legendecas:test-error-source
Closed

src,lib: print prinstine source when source map source not found#44052
legendecas wants to merge 1 commit into
nodejs:mainfrom
legendecas:test-error-source

Conversation

legendecas commented Jul 30, 2022
edited
Loading

Copy link
Copy Markdown
Member

Print unmapped source lines when the source map source is not found. Error stacks should be correctly mapped even when the source is absent.

Refs: #44019

nodejs-github-bot added c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run. labels Jul 30, 2022
legendecas marked this pull request as ready for review July 30, 2022 08:36
legendecas requested a review from bcoe August 1, 2022 15:36
legendecas added the request-ci Add this label to start a Jenkins CI on a PR. label Aug 4, 2022
github-actions Bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Aug 4, 2022

Copy link
Copy Markdown
Collaborator

Comment on lines +149 to +151
if (typeof source !== 'string') {
return;
}

This comment was marked as outdated.

Copy link
Copy Markdown
Member Author

Landed in 0a2c910

legendecas closed this Aug 6, 2022
legendecas deleted the test-error-source branch August 6, 2022 11:57
legendecas added a commit that referenced this pull request Aug 6, 2022
Print unmapped source lines when the source map source is not
found. Error stacks should be correctly mapped even when the
source is absent.

PR-URL: #44052
Refs: #44019
Reviewed-By: Ben Coe <bencoe@gmail.com>
danielleadams pushed a commit that referenced this pull request Aug 16, 2022
Print unmapped source lines when the source map source is not
found. Error stacks should be correctly mapped even when the
source is absent.

PR-URL: #44052
Refs: #44019
Reviewed-By: Ben Coe <bencoe@gmail.com>
ruyadorno pushed a commit that referenced this pull request Aug 23, 2022
Print unmapped source lines when the source map source is not
found. Error stacks should be correctly mapped even when the
source is absent.

PR-URL: #44052
Refs: #44019
Reviewed-By: Ben Coe <bencoe@gmail.com>

Copy link
Copy Markdown
Member

This depends on #43875 to be landed in v16.x

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants


Back | FazBrowse Home | New Git URL