Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixed multiline template string
  • Loading branch information
dinophile committed Oct 8, 2017
commit a671a9c945034016c692431e5bba58188b6afc74
4 changes: 2 additions & 2 deletions test/internet/test-dgram-multicast-multi-process.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ function launchChildProcess() {
worker.pid, count);

assert.strictEqual(count, messages.length,
`A worker received an invalid multicast message:
Recieved ${messages.length}, should be ${count}`);
'A worker received an invalid multicast message' +
`Recieved ${messages.length}, should be ${count}`);
});

clearTimeout(timer);
Expand Down