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 adff51f commit 46f944fCopy full SHA for 46f944f
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