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(reporter): format stack with 1-based column #3325

Merged
merged 1 commit into from Jun 17, 2019
Merged

fix(reporter): format stack with 1-based column #3325

merged 1 commit into from Jun 17, 2019

Commits on Jun 5, 2019

  1. fix(reporter): format stack with 1-based column

    Columns in original stack are 1-based, but
    SourceMapConsumer.prototype.originalPositionFor(generatedPosition)
    accepts 0-based column and returns 0-based column too.
    This change converts columns from 1-based to 0-based forth and back.
    
    Closes #3324
    segrey committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    04298fa View commit details
    Browse the repository at this point in the history