Skip to content

Commit ec7d315

Browse files
committed
More lint
1 parent 8853340 commit ec7d315

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/threads/manageThreads.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ function removePort(port, deadThreadId) {
546546
for (let remainingPort of connectedPorts) {
547547
try {
548548
remainingPort.postMessage({ type: REMOVE_PORT, threadId: deadThreadId });
549-
} catch (e) {
549+
} catch {
550550
// port may already be dead; ignore
551551
}
552552
}

0 commit comments

Comments
 (0)