mirror of
https://github.com/apache/cordova-android.git
synced 2025-02-07 23:03:11 +08:00
CB-13580: (android) fix lint errors
This commit is contained in:
parent
aaeb630eb1
commit
5d99e50c4a
@ -118,7 +118,7 @@ function findOutputApksHelper (dir, build_type, arch) {
|
|||||||
shell.config.silent = true;
|
shell.config.silent = true;
|
||||||
|
|
||||||
// list directory recursively
|
// list directory recursively
|
||||||
var ret = shell.ls('-R', dir).map(function(file) {
|
var ret = shell.ls('-R', dir).map(function (file) {
|
||||||
// ls does not include base directory
|
// ls does not include base directory
|
||||||
return path.join(dir, file);
|
return path.join(dir, file);
|
||||||
}).filter(function (file) {
|
}).filter(function (file) {
|
||||||
|
Loading…
Reference in New Issue
Block a user