| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent aed8237 commit 9a79020
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -35,7 +35,6 @@ if (process.argv[2] === 'child') { | |||
| 35 | 35 | // (i.e. single cpu) `ulimit` may not lead to such an error. | |
| 36 | 36 | ||
| 37 | 37 | worker.on('error', (e) => { | |
| 38 | - assert.match(e.message, /EMFILE/); | ||
| 39 | 38 | assert.ok(e.code === 'ERR_WORKER_INIT_FAILED' || e.code === 'EMFILE'); | |
| 40 | 39 | }); | |
| 41 | 40 | } | |
| Back | FazBrowse Home | New Git URL |
0 commit comments