| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -79,7 +79,8 @@ if (cluster.isWorker) { | |||
| 79 | 79 | })); | |
| 80 | 80 | ||
| 81 | 81 | process.once('exit', () => { | |
| 82 | - assert.strictEqual(typeof pid, 'number', 'did not get worker pid info'); | ||
| 82 | + assert.strictEqual(typeof pid, 'number', | ||
| 83 | + `got ${pid} instead of a worker pid`); | ||
| 83 | 84 | assert.strictEqual(alive, false, 'worker was alive after master died'); | |
| 84 | 85 | }); | |
| 85 | 86 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments