raphinesse opened a new pull request #1136:
URL: https://github.com/apache/cordova-android/pull/1136


   ### Motivation and Context
   <!-- Why is this change required? What problem does it solve? -->
   <!-- If it fixes an open issue, please link to the issue here. -->
   I broke `mapImageResources` when refactoring it to use globbing in #1085. 
The problem is, that `fast-glob` will only match files by default while we are 
looking for directories here.
   
   
   ### Description
   <!-- Describe your changes in detail -->
   Pass `onlyDirectories` option to `fast-glob`.
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to