Skip to content

Commit 3e4491d

Browse files
committed
port - don't select port 7000
1 parent 0183439 commit 3e4491d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/core/port.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ function isPortSafe(port: number): boolean {
3434
6669, // Alternate IRC [Apple addition]
3535
6679, // osaut
3636
6697, // IRC + TLS
37+
7000, // As of 2024-10-21, Chrome doesn't appear to like this port anymore
3738
].includes(port);
3839
}
3940

0 commit comments

Comments
 (0)