Arnav kumar

Results 3 issues of 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...

semver/patch
target/38-x-y
target/39-x-y
target/40-x-y

### 🛠 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...

fs
needs-ci

## 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...

pr::fix