mirror of
https://github.com/apache/cordova-android.git
synced 2026-04-23 00:00:09 +08:00
Fix for cli with new node scripts
This commit is contained in:
@@ -26,6 +26,8 @@ var args = process.argv;
|
||||
if(args.length > 2) {
|
||||
version.help();
|
||||
} else {
|
||||
console.log(version.run());
|
||||
// TODO : Don't have this hardcoded into the scripts
|
||||
console.log('3.1.0-dev');
|
||||
//console.log(version.run());
|
||||
process.exit(0);
|
||||
}
|
||||
Reference in New Issue
Block a user