mirror of
https://github.com/apache/cordova-android.git
synced 2025-02-22 00:32:55 +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';
|
ret.buildMethod = 'none';
|
||||||
break;
|
break;
|
||||||
default :
|
default :
|
||||||
console.warn('Build option \'' + options[i] + '\' not recognized (ignoring).';
|
console.warn('Build option \'' + options[i] + '\' not recognized (ignoring).');
|
||||||
}
|
}
|
||||||
} else {
|
} 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