diff --git a/index.js b/index.js index 345f3d4..8c95e32 100644 --- a/index.js +++ b/index.js @@ -58,7 +58,7 @@ function getPlistFilenames(xcode) { }); }) ) - ); + ).filter(Boolean); } /**