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: improve ENOENT messaging, clean up inline require and empty catch
- Special-case ENOENT in validateApiKey to show "curl is not installed"
instead of the raw "spawnSync curl ENOENT" message.
- Import spawnSync at module top alongside execSync instead of inline
require("child_process").spawnSync inside the function.
- Add explanatory comment to empty catch block in registry backup to
clarify the best-effort intent.
0 commit comments