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

[fix] node v10.0 lacks fs.promises #2654

Merged
merged 1 commit into from Feb 12, 2021
Merged

Commits on Feb 12, 2021

  1. [fix] node v10.0 lacks fs.promises

    In this node version, fall back to `util.promisify` of the callback version.
    
    Maybe fixes npm#2623. Maybe fixes npm#2652. Maybe fixes npm#2625.
    
    PR-URL: npm#2654
    Credit: @ljharb
    Close: npm#2654
    Reviewed-by: @wraithgar, @ruyadorno
    ljharb authored and wraithgar committed Feb 12, 2021
    Copy the full SHA
    868954a View commit details
    Browse the repository at this point in the history