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

src: handle errors from uv_pipe_connect2() #50657

Merged

Commits on Nov 10, 2023

  1. src: handle errors from uv_pipe_connect2()

    We need to handle errors from uv_pipe_connect2()
    because return type is `int`.
    
    Fixes: nodejs#50652
    Refs: nodejs#49667
    Refs: libuv/libuv#4030
    deokjinkim committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    68ce7f9 View commit details
    Browse the repository at this point in the history