-
Notifications
You must be signed in to change notification settings - Fork 91
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
Bug in @bcoe/v8-coverage: undefined is not iterable #542
Comments
sebbo2002
changed the title
TypeError: undefined is not iterable (cannot read property Symbol(Symbol.iterator))
Bug in @bcoe/v8-coverage: undefined is not iterable
Aug 26, 2024
Try |
After running
|
BTW, the PR is here |
@cenfun Ah thanks, I hadn't found that one. Then I can close this ticket here, right? |
Yes, it should be fixed in v8-coverage not c8 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There seems to be a bug in
@bcoe/v8-coverage
that I am currently struggling with in this repository.I get the following error at the end of the test:
There is already a pull request for this in the forked repository. This pull request solves the problem for me. Would it be possible to merge this patch into
@bcoe/v8-coverage
and use this new version to fix the bug? Thank you very much.The text was updated successfully, but these errors were encountered: