We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f607c45 commit 7648915Copy full SHA for 7648915
lib/compute-download-urls.js
@@ -294,7 +294,7 @@ async function getLastChromedriverVersionFromMajor(version) {
294
if (exactMatch) {
295
return exactMatch;
296
}
297
- const versionsWithMajor = response.body.versions.filter(
+ const versionsWithMajor = response.versions.filter(
298
(f) =>
299
validateMajorVersionPrefix(f.version) === validateMajorVersionPrefix(version) && 'chromedriver' in f.downloads
300
);
0 commit comments