Skip to content

Commit

Permalink
chore: ts-ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-mann committed Apr 3, 2019
1 parent fba7ad2 commit 6ffb628
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/registry.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ const debug = require('debug')('get-windows-proxy')
let registry

try {
// @ts-ignore
registry = require('@cypress/registry-js')
} catch (err) {
if (os.platform() === 'win32') {
Expand Down

0 comments on commit 6ffb628

Please sign in to comment.