mirror of
https://github.com/apache/cordova-android.git
synced 2026-05-11 00:00:05 +08:00
eslint errors
This commit is contained in:
Vendored
+1
-1
@@ -384,7 +384,7 @@ Api.prototype.clean = function (cleanOptions) {
|
|||||||
if (this.android_studio) {
|
if (this.android_studio) {
|
||||||
// This will lint, checking for null won't
|
// This will lint, checking for null won't
|
||||||
if (typeof cleanOptions === 'undefined') {
|
if (typeof cleanOptions === 'undefined') {
|
||||||
cleanOptions = {};
|
cleanOptions = {};
|
||||||
}
|
}
|
||||||
cleanOptions.studio = true;
|
cleanOptions.studio = true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user