forked from github/cordova-android
Fix syntax error in 3aca14d530
This commit is contained in:
Vendored
+2
-2
@@ -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).');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user