Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle ENOENT Errors During REPL Socket Cleanup
This PR updates the REPL socket cleanup logic to safely handle ENOENT (no such file or directory) errors when attempting to remove stale socket files. Previously, if a socket file did not exist at cleanup time, the process would crash. Now, ENOENT errors are caught and ignored, ensuring stable cleanup behavior. Any other unexpected filesystem errors will still be logged, allowing for better reliability and easier debugging of file-related issues.
- Loading branch information