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 1a9576d commit 66b4926Copy full SHA for 66b4926
lib/compute-download-urls.js
@@ -210,7 +210,7 @@ async function chromiumEdgeBundleAvailable(opts) {
210
urls.chromiumedge,
211
opts.drivers.chromiumedge.baseURL,
212
opts.drivers.chromiumedge.version,
213
- getChromiumEdgeDriverArchitectureOld(opts.drivers.chromiumedge.platform)
+ getChromiumEdgeDriverArchitectureOld(opts.drivers.chromiumedge.platform, opts.drivers.chromiumedge.version)
214
);
215
try {
216
await got.head(url, { timeout: 10000 });
0 commit comments