Uh oh!
There was an error while loading. Please reload this page.
fix(downloadUrlByOS): windows 64 bit - #3163
Conversation
Codecov ReportBase: 66.02% // Head: 66.39% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@## main #3163 +/- ##
==========================================
+ Coverage 66.02% 66.39% +0.36%
==========================================
Files 118 145 +27 Lines 1351 1708 +357 Branches 342 394 +52 ==========================================
+ Hits 892 1134 +242 - Misses 422 530 +108 - Partials 37 44 +7
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Description
Fixes an issue where 64 bit windows would incorrectly download the 32 bit Node.js
We cannot use
navigator.appVersionsince it no longer contains WOW64 or Win64.Related Issues
Check List
npm run lint:js -- --fixand/ornpm run lint:md -- --fixfor my JavaScript and/or Markdown changes.npm run testto check if all tests are passing, and/ornpm run test -- -uto update snapshots if I created and/or updated React Components.npm run buildwork fine.