mirror of
https://github.com/apache/cordova-android.git
synced 2025-02-20 23:56:20 +08:00
Fix syntax error in 3aca14d530
This commit is contained in:
parent
3aca14d530
commit
d80d532a2a
4
bin/templates/cordova/lib/build.js
vendored
4
bin/templates/cordova/lib/build.js
vendored
@ -348,10 +348,10 @@ function parseOpts(options, resolvedTarget) {
|
||||
ret.buildMethod = 'none';
|
||||
break;
|
||||
default :
|
||||
console.warn('Build option \'' + options[i] + '\' not recognized (ignoring).';
|
||||
console.warn('Build option \'' + options[i] + '\' not recognized (ignoring).');
|
||||
}
|
||||
} else {
|
||||
console.warn('Build option \'' + options[i] + '\' not recognized (ignoring).';
|
||||
console.warn('Build option \'' + options[i] + '\' not recognized (ignoring).');
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user