Add missing return annotation
This commit is contained in:
@@ -17,6 +17,7 @@ var infoPath = path.join(__dirname, '..', 'build', 'info.json');
|
|||||||
/**
|
/**
|
||||||
* Get checked path of a binary.
|
* Get checked path of a binary.
|
||||||
* @param {string} binaryName Binary name of the binary path to find.
|
* @param {string} binaryName Binary name of the binary path to find.
|
||||||
|
* @return {string} Path.
|
||||||
*/
|
*/
|
||||||
function getBinaryPath(binaryName) {
|
function getBinaryPath(binaryName) {
|
||||||
if (isWindows) {
|
if (isWindows) {
|
||||||
|
|||||||
Reference in New Issue
Block a user