We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00e4e56 commit 42135afCopy full SHA for 42135af
test/parallel/test-http2-respond-file-fd-invalid.js
@@ -25,7 +25,7 @@ server.on('stream', (stream) => {
25
// Get first known bad file descriptor.
26
try {
27
while (fs.fstatSync(++fd));
28
- } catch (e) {
+ } catch {
29
// do nothing; we now have an invalid fd
30
}
31
0 commit comments