Arnav kumar
Arnav kumar
## Fixes ENOENT errors when using fs.cp(), fs.cpSync(), and fs.promises.cp() on ASAR paths This PR adds ASAR support for the newer Node.js copy APIs (`fs.cp`, `fs.cpSync`, and `fs.promises.cp`). These methods...
### 🛠Fix: Add defensive try/catch around `stat()` in Windows symlink logic This PR adds a small defensive wrapper around the `stat()` call used during symlink creation on Windows. In...
## Overview of the Changes - Corrects the progress calculation in `progressEventReducer` to ensure the computed percentage never exceeds 100%. - Adds a `Math.min()` clamp so the normalized progress value...