Skip to content

Commit d7b4192

Browse files
fix: open
1 parent f73cd46 commit d7b4192

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -708,7 +708,7 @@ class Server {
708708
if (this.options.open || this.options.openPage) {
709709
const uri =
710710
localhostForTerminal ||
711-
networkUrlForTerminalIPv6 ||
711+
networkUrlForTerminalIPv4 ||
712712
networkUrlForTerminalIPv6;
713713

714714
runOpen(uri, this.options, this.logger);

0 commit comments

Comments
 (0)