windows-autoconf
Advanced tools
Comparing version 1.8.0 to 1.8.1
@@ -109,4 +109,4 @@ 'use strict' | ||
try { | ||
const vsSetupsRaw = execAndParse(module.exports.compile_run_path) | ||
if (vsSetupsRaw[0].includes('ERROR')) { | ||
const vsSetupsRaw = execAndParse(module.exports.try_registry_path) | ||
if (vsSetupsRaw[0] === 'ERROR') { | ||
lazy.bindings.log('Couldn\'t find VS2017 in registry:(') | ||
@@ -113,0 +113,0 @@ return |
{ | ||
"name": "windows-autoconf", | ||
"version": "1.8.0", | ||
"version": "1.8.1", | ||
"description": "Try to find MS build tools", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -155,3 +155,3 @@ /* eslint-disable no-path-concat */ | ||
console.log('registry method failed') | ||
return | ||
return this.skip() | ||
} | ||
@@ -158,0 +158,0 @@ assert(setup.RegistryVersion) |
38870