eslint errors

This commit is contained in:
Joe Bowser 2017-10-19 13:37:43 -07:00
parent cbee8580d0
commit 3ba00f91bb

View File

@ -382,9 +382,9 @@ Api.prototype.run = function (runOptions) {
Api.prototype.clean = function (cleanOptions) { Api.prototype.clean = function (cleanOptions) {
var self = this; var self = this;
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;
} }