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(ports): fail fast when port availability cannot be verified
ensurePortAvailable routed through checkPortInUse only threw on "busy",
silently treating "unknown" (a bind probe that failed with something
other than EADDRINUSE, e.g. EACCES/EINVAL) as available. The original
bare-listen path rethrew such errors; restore that fail-fast and add an
unknown-path regression guard.
0 commit comments