@cypress/registry-js
Advanced tools
Comparing version 1.3.2-patch21 to 1.3.2-patch22
{ | ||
"name": "@cypress/registry-js", | ||
"version": "1.3.2-patch21", | ||
"version": "1.3.2-patch22", | ||
"description": "A simple and opinionated library for working with the Windows registry", | ||
@@ -5,0 +5,0 @@ "main": "dist/lib/index.js", |
@@ -13,7 +13,8 @@ const path = require('path') | ||
try { | ||
const cmd = path.join( | ||
__dirname, | ||
'../node_modules/.bin/prebuild-install' + (process.platform === 'win32' ? '.cmd' : '') | ||
) + ' ' + cmdline | ||
log('Running ' + cmd) | ||
return execSync( | ||
path.join( | ||
__dirname, | ||
'../node_modules/.bin/prebuild-install' + (process.platform === 'win32' ? '.cmd' : '') | ||
) + ' ' + | ||
cmdline, | ||
@@ -20,0 +21,0 @@ { stdio: 'inherit' } |
208479
308