wp-cli / search-replace-command

Searches/replaces strings in the database.
MIT License
57 stars 45 forks source link

Improve error message on regex check #131

Closed tosite closed 4 years ago

tosite commented 4 years ago

ref: https://github.com/wp-cli/search-replace-command/issues/66

Get error message from error_get_last() , and display it on STDERR.

tosite commented 4 years ago

Please review this pull-request🙏

schlessera commented 4 years ago

Good work, @tosite0345, thanks for the PR!