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 fba7ad2 commit 6ffb628Copy full SHA for 6ffb628
src/registry.js
@@ -6,6 +6,7 @@ const debug = require('debug')('get-windows-proxy')
6
let registry
7
8
try {
9
+ // @ts-ignore
10
registry = require('@cypress/registry-js')
11
} catch (err) {
12
if (os.platform() === 'win32') {
0 commit comments