We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a16a4d commit f129e2cCopy full SHA for f129e2c
test/parallel/test-dgram-send-callback-recursive.js
@@ -29,7 +29,7 @@ client.on('listening', function() {
29
onsend();
30
});
31
32
-client.on('message', function(buf, info) {
+client.on('message', (buf, info) => {
33
received++;
34
if (received === limit) {
35
client.close();
0 commit comments