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: prevent CLI hang when --registry-url points to unreachable host (#2027)
Add AbortController with 5-second timeout to the fetch call in
registryValidation() so the CLI no longer hangs indefinitely. Switch
from GET to HEAD for a lighter validation request, and surface distinct
error messages for timeout vs general network failures.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments