make binary find fail a warning

This commit is contained in:
Stephen Birarda 2015-12-03 13:46:28 -08:00
parent 526082df95
commit 14c3373a44

View file

@ -29,7 +29,7 @@ exports.discoveredPath = function (name, preferRelease) {
return fullPath;
}
} catch (e) {
console.log("Executable with name " + name + " not found at path " + fullPath);
console.warn("Executable with name " + name + " not found at path " + fullPath);
}
return null;