Skip to content

Commit 4ea994a

Browse files
committed
fix: rebase
1 parent 031a0b1 commit 4ea994a

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
@@ -839,7 +839,7 @@ class Server {
839839
}
840840

841841
static getFreePort(port) {
842-
if (port) {
842+
if (port && port !== 'auto') {
843843
return Promise.resolve(port);
844844
}
845845

0 commit comments

Comments
 (0)