| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 9856fc7 commit 62a0a4c
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -29,7 +29,7 @@ if (cluster.isPrimary) { | |||
| 29 | 29 | if (common.isOSX) { | |
| 30 | 30 | assert(['EPIPE', 'ENOTCONN'].includes(err.code), err); | |
| 31 | 31 | } else { | |
| 32 | - assert.strictEqual(err.code, 'EPIPE'); | ||
| 32 | + assert(['EPIPE', 'ECONNRESET'].includes(err.code), err); | ||
| 33 | 33 | } | |
| 34 | 34 | }); | |
| 35 | 35 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments