| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -111,8 +111,7 @@ function launchChildProcess() { | |||
| 111 | 111 | console.error('[PARENT] %d received %d matching messages.', | |
| 112 | 112 | worker.pid, count); | |
| 113 | 113 | ||
| 114 | - assert.strictEqual(count, messages.length, | ||
| 115 | - 'A worker received an invalid multicast message'); | ||
| 114 | + assert.strictEqual(count, messages.length); | ||
| 116 | 115 | }); | |
| 117 | 116 | ||
| 118 | 117 | clearTimeout(timer); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments