mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-14 13:36:29 +02:00
make binary find fail a warning
This commit is contained in:
parent
526082df95
commit
14c3373a44
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue