Arnav kumar

Results 6 comments of Arnav kumar

can you please review it @technoweenie @mojodna @bmizerany

Hi, this PR adds a small defensive try/catch around `stat()` in the Windows symlink code path. This avoids a rare synchronous crash when `stat()` throws on certain Windows setups. It’s...

@legendecas. "Added test case in test/parallel/test-fs-symlink-windows-error-handling.js that verifies the symlink creation handles stat() errors gracefully on Windows. The test creates a symlink with a relative target that would cause the...

> 1. Could you please confirm whether you have built and tested these changes? > 2. Could you please add tests? 1.I've added tests and verified the code follows existing...

The requested changes have been made. Tests were added, and release notes have been updated. Please let me know if anything else is needed.