wp-cli / dist-archive-command

Create a distribution .zip or .tar.gz based on a plugin or theme's .distignore file
https://developer.wordpress.org/cli/commands/dist-archive/
MIT License
47 stars 23 forks source link

Do not crash when a broken symlink is encountered #91

Closed BrianHenryIE closed 4 months ago

BrianHenryIE commented 4 months ago

This is related to but is not the fix for #86.

In this PR, an error is returned if there is a broken symlink that is not part of an ignored path.

Broken symlink at {link_location}. Target missing at {link_target}.