Version
v24.16.0
Platform
Microsoft Windows NT 10.0.26200.0 x64
Subsystem
No response
What steps will reproduce the bug?
STR:
- On Windows, install node v24.15.0 either directly or through nvm-windows.
- Open Powershell and run
node
process.title, and observe that the result is something like "Windows Powershell".
- Install node v24.16.0.
- Repeat steps 2-3
How often does it reproduce? Is there a required condition?
It happens every time.
What is the expected behavior? Why is that the expected behavior?
EXPECTED: The output should be "Windows Powershell" as it was in every version prior to this. Otherwise, I'm unsure of how Node running on a Windows machine can know whether it was instantiated in Powershell or CMD.
What do you see instead?
ACTUAL: The output will be the path to 'node.exe'.
Additional information
No response
Version
v24.16.0
Platform
Subsystem
No response
What steps will reproduce the bug?
STR:
nodeprocess.title, and observe that the result is something like "Windows Powershell".How often does it reproduce? Is there a required condition?
It happens every time.
What is the expected behavior? Why is that the expected behavior?
EXPECTED: The output should be "Windows Powershell" as it was in every version prior to this. Otherwise, I'm unsure of how Node running on a Windows machine can know whether it was instantiated in Powershell or CMD.
What do you see instead?
ACTUAL: The output will be the path to 'node.exe'.
Additional information
No response