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

Fixup windows build #441

Merged
merged 1 commit into from
Jun 25, 2019
Merged

Fixup windows build #441

merged 1 commit into from
Jun 25, 2019

Conversation

guybedford
Copy link
Contributor

@guybedford guybedford commented Jun 25, 2019

This fixes up the Windows build, which regressed in 67ebbf1 since the require.main === module check was broken by that adjustment.

This retains the require.main === module check by still spawning a separate process in the Windows case (just not using the v8cache).

@guybedford guybedford requested a review from styfle as a code owner June 25, 2019 22:52
@codecov-io
Copy link

Codecov Report

Merging #441 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #441   +/-   ##
=======================================
  Coverage   74.68%   74.68%           
=======================================
  Files          13       13           
  Lines         395      395           
=======================================
  Hits          295      295           
  Misses        100      100
Impacted Files Coverage Δ
src/index.js 83.53% <ø> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 27e50d9...b8d45d9. Read the comment docs.

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.

3 participants