You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Restore CLI port in use prompt feature (#25863)
* fix: Restore CLI port in use prompt feature
Seems like it got accidentally removed during a big PR?
* fix: Ensure port var types are the same
The CLI option and default value for `port` is a string, despite the TypeScript typing the arg to `number`.
Unclear if `port` should be a `number` elsewhere, so checking for and converting to a number within the utility.
0 commit comments