humanmade / WordPress-Importer

In-development rewrite of the WordPress (WXR) Importer
Other
358 stars 63 forks source link

Check for path errors when running via CLI #99

Closed rmccue closed 7 years ago

rmccue commented 7 years ago

Fixes #98. import() gives us back a WP_Error that we should handle, but checking beforehand allows us to give a more specific error too.