Skip to content

Commit ea3ff1b

Browse files
committed
fix: allow to open browser with --open-page
1 parent 9b6b5c1 commit ea3ff1b

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
@@ -662,7 +662,7 @@ class Server {
662662
);
663663
}
664664

665-
if (this.options.open) {
665+
if (this.options.open || this.options.openPage) {
666666
runOpen(localUrlForTerminal, this.options, this.logger);
667667
}
668668
}

0 commit comments

Comments
 (0)