553169f19acffc941e9142b491d8c0a797335932 switched from uv_pipe_connect() to uv_pipe_connect2(). The former doesn't return errors (it can't because void) but the latter can and does. The comment here is no longer applicable: https://github.com/nodejs/node/blob/89c66ae1ebee70116875017171d2fd7a39bab865/src/pipe_wrap.cc#L237