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(v8): clone V8 repository when it's not present #756

Merged
merged 1 commit into from
Nov 29, 2023

Conversation

aduh95
Copy link
Contributor

@aduh95 aduh95 commented Nov 28, 2023

Previously, when the V8 repository was not present, it would emit an 'error' event instead of rejecting the promise, causing the process to crash instead of running the fallback.

Fixes: #743

Previously, when the V8 repository was not present, it would emit an
`'error'` event instead of rejecting the promise, causing the process
to crash instead of running the fallback.
Copy link

codecov bot commented Nov 28, 2023

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (a9e0144) 82.95% compared to head (067ab06) 82.93%.

Files Patch % Lines
lib/run.js 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #756      +/-   ##
==========================================
- Coverage   82.95%   82.93%   -0.02%     
==========================================
  Files          37       37              
  Lines        4190     4191       +1     
==========================================
  Hits         3476     3476              
- Misses        714      715       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@aduh95 aduh95 merged commit 38a577d into nodejs:main Nov 29, 2023
7 of 11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fail to clone v8 on 20.7.0
2 participants