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

fs: fix error codes for fs.cp #41106

Merged
merged 3 commits into from Dec 10, 2021
Merged

Commits on Dec 7, 2021

  1. fs: fix error codes for fs.cp

    The context passed into this error must have `.code`, `.syscall` and
    `.message`.
    
    Fixes: nodejs#41104
    aduh95 committed Dec 7, 2021
    Copy the full SHA
    59c80a2 View commit details
    Browse the repository at this point in the history
  2. add ESLint rule

    aduh95 committed Dec 7, 2021
    Copy the full SHA
    0304ed4 View commit details
    Browse the repository at this point in the history
  3. fixup! add ESLint rule

    aduh95 committed Dec 7, 2021
    Copy the full SHA
    fd0af39 View commit details
    Browse the repository at this point in the history