forked from github/cordova-android
[CB-3542] Delete extra message when check_reqs fails.
check_reqs already outputs a message.
This commit is contained in:
parent
c08b64efb3
commit
129be6e476
@ -71,7 +71,6 @@ module.exports.run = function(project_path, package_name, project_name, project_
|
|||||||
|
|
||||||
// Check that requirements are met and proper targets are installed
|
// Check that requirements are met and proper targets are installed
|
||||||
if(!check_reqs.run()) {
|
if(!check_reqs.run()) {
|
||||||
console.error('Please make sure you meeet the software requirements in order to build an android cordova project');
|
|
||||||
process.exit(2);
|
process.exit(2);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user