MWDelaney / sage-acf-wp-blocks

Composer library for generating ACF Gutenberg blocks from templates. Intended for use with Roots/Sage (http://roots.io)
347 stars 65 forks source link

fix: continue instead of return #68

Open teaforchris opened 2 years ago

teaforchris commented 2 years ago

return causes the entire function to end early if only one of many directories happens to not exist. Changing to continue gives other directories a chance of being scanned.