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

lib: expose default prepareStackTrace #50827

Closed

Commits on Nov 27, 2023

  1. repl: fix prepareStackTrace frames array order

    The second parameter of `Error.prepareStackTrace` is an array of
    reversed call site frames.
    legendecas committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    99349b1 View commit details
    Browse the repository at this point in the history
  2. lib: expose default prepareStackTrace

    Expose the default prepareStackTrace implementation as
    `Error.prepareStackTrace` so that userland can chain up formatting of
    stack traces with built-in source maps support.
    legendecas committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    f281bc4 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

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