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

fix(console): Re-add Error: to the stack #228

Merged
merged 1 commit into from Nov 14, 2018

Commits on Nov 13, 2018

  1. fix(console): Re-add Error: to the stack

    Chrome devtools looks for a pattern in stack traces and if it finds a match
    it will shorten and linkify the stack, and apply sourcemaps. The pattern fails
    when the "Error: " is removed. So we put it back for debugging's sake.
    johnjbarton committed Nov 13, 2018
    Copy the full SHA
    295cc23 View commit details
    Browse the repository at this point in the history