mirror of
https://github.com/apache/cordova-android.git
synced 2026-04-23 00:00:09 +08:00
eslint errors
This commit is contained in:
Vendored
+2
-2
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user