Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make execa compatible with Node.js 13.0.0-pre
Use `error.code` instead of `error.errno` when expecting a string error code. `errno` is always numeric in Node.js 13.0.0-pre. Node.js 13.0.0 comes out later this month (October 2019) so implementing and publishing this change will hopefully smooth the upgrade path for execa users.
- Loading branch information