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: undefined line in branches and functions #139

Merged
merged 1 commit into from May 5, 2021

Commits on Mar 30, 2021

  1. fix: fix undefined line in branches and functions

    When bundling this [file](https://github.com/browserify/node-util/blob/master/util.js) with esbuild and getting the v8 coverage with playwright `_branchesToIstanbul` and `_functionsToIstanbul` hanged.
    
    These 2 functions actually should throw an error but it is swallowed for some reason.
    
    This PR just ignores if it can't find the source line for the current branch or function.
    hugomrdias committed Mar 30, 2021
    Copy the full SHA
    77481a6 View commit details
    Browse the repository at this point in the history