You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/registry.js
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -7,15 +7,15 @@ let registry
7
7
8
8
try{
9
9
// @ts-ignore
10
-
registry=require('@cypress/registry-js')
10
+
registry=require('registry-js')
11
11
}catch(err){
12
12
if(os.platform()==='win32'){
13
13
debug(
14
14
'Could not load native extension for Windows registry access. The most likely reason is that your Node version has changed since installing. Try re-installing get-windows-proxy.'
15
15
)
16
16
}else{
17
17
debug(
18
-
'Skipping loading @cypress/registry-js because your platform is not win32.'
18
+
'Skipping loading registry-js because your platform is not win32.'
0 commit comments