We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4070152 commit 34b40afCopy full SHA for 34b40af
test/parallel/test-child-process-fork-dgram.js
@@ -70,7 +70,7 @@ if (process.argv[2] === 'child') {
70
child.on('message', (msg) => {
71
if (msg === 'gotMessage') {
72
childGotMessage = true;
73
- } else if (msg = 'handlReceived') {
+ } else if (msg === 'handleReceived') {
74
sendMessages();
75
}
76
});
0 commit comments