| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
| process.on('exit', function() { | ||
| assert.strictEqual(cnt, wclosed, 'writable streams closed'); | ||
| assert.strictEqual(cnt, rclosed, 'readable streams closed'); | ||
| wclosed = rclosed = 0; |
There was a problem hiding this comment.
I am not sure why this was added here. In general I think it would be best to just remove the error message in the strictEqual
Sorry, something went wrong.
There was a problem hiding this comment.
Agreed, @johenry if you could push a commit that just makes it
assert.strictEqual(cnt, wclosed)
assert.strictEqual(cnt, rclosed)that'd be great!
Sorry, something went wrong.
There was a problem hiding this comment.
@gibfahn Done. Thanks for the help.
Sorry, something went wrong.
Sorry, something went wrong.
|
Landed in c7d2913 , thanks for the contribution! |
Sorry, something went wrong.
PR-URL: #15997 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
PR-URL: #15997 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
PR-URL: nodejs/node#15997 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
PR-URL: #15997 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
PR-URL: #15997 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
PR-URL: #15997 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
| Back | FazBrowse Home | New Git URL |
Checklist
Affected core subsystem(s)