mirror of
https://github.com/apache/cordova-android.git
synced 2026-04-23 00:00:09 +08:00
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