Node 22 broke readdir
on Windows UNC paths
#58223
Labels
windows
Issues and PRs related to the Windows platform.
readdir
on Windows UNC paths
#58223
Version
22.15.0
Platform
Subsystem
fs
What steps will reproduce the bug?
How often does it reproduce? Is there a required condition?
Always.
What is the expected behavior? Why is that the expected behavior?
To work, like it always used to.
What do you see instead?
ENOENT.
Additional information
I noticed this when upgraded my application from Electron 34 to 35, which also upgraded Node from 20 to 22. Maybe this is related to:
try catch
not work if path include unicode #51802Whatever was done there may have broken other cases.
The text was updated successfully, but these errors were encountered: