Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make execa compatible with Node.js 13.0.0-pre #370

Merged
merged 2 commits into from Oct 3, 2019

Commits on Oct 2, 2019

  1. 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.
    Trott committed Oct 2, 2019
    Copy the full SHA
    968c03e View commit details
    Browse the repository at this point in the history
  2. Update readme example output for Node.js 13.0.0

    `errno` property will be numeric in Node.js 13.0.0, so update the readme
    accordingly.
    Trott committed Oct 2, 2019
    Copy the full SHA
    ca3edf2 View commit details
    Browse the repository at this point in the history