You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
mertcanaltin
added
url
Issues and PRs related to the legacy built-in url module.
windows
Issues and PRs related to the Windows platform.
labels
Dec 15, 2024
Version
18, 20, 22, 23.4.0
Platform
Subsystem
No response
What steps will reproduce the bug?
PowerShell
I have a machine called
strongman
.Setup
REPL
How often does it reproduce? Is there a required condition?
100% of the time.
What is the expected behavior? Why is that the expected behavior?
url.pathToFileURL('.')
should create the correct URL:file://hostname/c$/Users
.What do you see instead?
url.pathToFileURL('.')
creates a URL of the form:file:////hostname/c$/Users
.Additional information
Related to #56261 and #34736
The text was updated successfully, but these errors were encountered: