We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ea22bb commit f76776bCopy full SHA for f76776b
test/parallel/test-dgram-address.js
@@ -77,5 +77,5 @@ if (common.hasIPv6) {
77
78
assert.throws(() => {
79
socket.address();
80
- }, /^Error: getsockname EINVAL$/);
+ }, /^Error: getsockname EBADF$/);
81
}
0 commit comments