node icon indicating copy to clipboard operation
node copied to clipboard

fs: make mutating `options` in `readdir()` not affect results

Open LiviaMedeiros opened this issue 3 months ago • 2 comments

The callback version is implemented in sync way (see https://github.com/nodejs/node/issues/56006), so its test should pass without adjustments.

LiviaMedeiros avatar Nov 28 '24 17:11 LiviaMedeiros