mirror of
https://github.com/apache/cordova-android.git
synced 2025-01-19 07:02:51 +08:00
Need to pass lint
This commit is contained in:
parent
c2ddd2da7f
commit
a87eb7266f
2
bin/templates/cordova/lib/AndroidProject.js
vendored
2
bin/templates/cordova/lib/AndroidProject.js
vendored
@ -202,7 +202,7 @@ AndroidProject.prototype.getUninstaller = function (type) {
|
||||
*/
|
||||
|
||||
AndroidProject.prototype.isClean = function() {
|
||||
var build_path = path.join(this.projectDir, "build");
|
||||
var build_path = path.join(this.projectDir, 'build');
|
||||
//If the build directory doesn't exist, it's clean
|
||||
return !(fs.existsSync(build_path));
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user