Skip to content

Commit 6ffb628

Browse files
committed
chore: ts-ignore
1 parent fba7ad2 commit 6ffb628

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/registry.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ const debug = require('debug')('get-windows-proxy')
66
let registry
77

88
try {
9+
// @ts-ignore
910
registry = require('@cypress/registry-js')
1011
} catch (err) {
1112
if (os.platform() === 'win32') {

0 commit comments

Comments
 (0)