mirror of
https://github.com/apache/cordova-android.git
synced 2026-04-04 00:02:03 +08:00
fix jshint errors (close #157)
This commit is contained in:
committed by
Andrew Grieve
parent
7e0bfbbad2
commit
dbd45d4173
@@ -319,7 +319,7 @@ exports.updateProject = function(projectPath, shared) {
|
||||
copyBuildRules(projectPath);
|
||||
removeDebuggableFromManifest(projectPath);
|
||||
writeProjectProperties(projectPath, target_api);
|
||||
prepBuildFiles(project_path);
|
||||
prepBuildFiles(projectPath);
|
||||
console.log(generateDoneMessage('update', shared));
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user