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

src,lib: print source map error source on demand #43875

Closed
wants to merge 2 commits into from

Commits on Jul 21, 2022

  1. src,lib: print source map error source on demand

    The source context is not prepended to the value of the `stack` property
    when the source map is not enabled. Rather than prepending the error
    source context to the value of the `stack` property unconditionally,
    this patch aligns the behavior and only prints the source context when
    the error is not handled by userland (e.g. fatal errors).
    
    Also, this patch fixes that when source-map support is enabled, the
    error source context is not pointing to where the error was thrown.
    legendecas committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    1ef283d View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2022

  1. Configuration menu
    Copy the full SHA
    d3efe87 View commit details
    Browse the repository at this point in the history