mirror of
https://github.com/apache/cordova-android.git
synced 2025-02-01 02:12:58 +08:00
eslint errors
This commit is contained in:
parent
cbee8580d0
commit
3ba00f91bb
4
bin/templates/cordova/Api.js
vendored
4
bin/templates/cordova/Api.js
vendored
@ -382,9 +382,9 @@ Api.prototype.run = function (runOptions) {
|
||||
Api.prototype.clean = function (cleanOptions) {
|
||||
var self = this;
|
||||
if (this.android_studio) {
|
||||
// This will lint, checking for null won't
|
||||
// This will lint, checking for null won't
|
||||
if (typeof cleanOptions === 'undefined') {
|
||||
cleanOptions = {};
|
||||
cleanOptions = {};
|
||||
}
|
||||
cleanOptions.studio = true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user