We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59ccf65 commit 200f127Copy full SHA for 200f127
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