wp-cli / doctor-command

Diagnose problems within WordPress by running a series of checks for symptoms
MIT License
145 stars 22 forks source link

Warn instead of error when `RecursiveDirectoryIterator` excepts #105

Closed danielbachhuber closed 7 years ago

danielbachhuber commented 7 years ago

Doing so permits doctor to continue operating, when fixing the problem may be out of immediate scope.

Fixes #104