From 217a32858f315dacbb975a621d2e9a410fcdc7b3 Mon Sep 17 00:00:00 2001 From: CarlosVilla Date: Wed, 16 Feb 2022 16:23:50 -0700 Subject: [PATCH] Update index.js filter undefined/null/ values that will cause some error later --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } /**