What's wrong with this entry?
Anonymous. No account, no email.
Installation Health Check Improvements
- Fixed auto-update detection for global npm installations
- Removed check for global installations being unable to auto-update (no longer applicable)
- Improved permission checking for update capabilities
Shell Execution Error Handling
- Added try-catch block around shell command spawning to handle execution failures gracefully
- Returns proper error response with exit code 126 when shell command fails to start
- Provides clear error messages in stderr when execution fails