Skip to content

Commit cef9fef

Browse files
committed
fix eslint error
1 parent a1426e7 commit cef9fef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node/internal/internal_net.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1201,7 +1201,7 @@ async function startRead(socket: Socket): Promise<void> {
12011201
break;
12021202
}
12031203
}
1204-
} catch (err) {
1204+
} catch (_err) {
12051205
// Ignore error, and don't log them.
12061206
// This is mostly triggered for invalid sockets with following errors:
12071207
// - "This ReadableStream belongs to an object that is closing."

0 commit comments

Comments
 (0)