Fixes #183 - 'tool' undefined in check_reqs.js
This commit is contained in:
parent
7af1a9d79b
commit
6f65bb687e
@ -34,7 +34,7 @@ xcode_version.on('close', function (code) {
|
||||
}
|
||||
|
||||
if (ver < XCODEBUILD_MIN_VERSION) {
|
||||
console.log(util.format('%s : %s. (you have version %s)', tool, XCODEBUILD_NOT_FOUND_MESSAGE, ver));
|
||||
console.log(util.format('%s : %s. (you have version %s)', TOOL, XCODEBUILD_NOT_FOUND_MESSAGE, ver));
|
||||
}
|
||||
}
|
||||
process.exit(code);
|
||||
|
Loading…
Reference in New Issue
Block a user