Closed
Description
- Version: 14.0.0+
- Platform: macOS
- Subsystem:
process
What steps will reproduce the bug?
process.title = "test"
How often does it reproduce? Is there a required condition?
This appears in all 14.x.x releases. It does not appear in 13.x.x (I tested with 13.5.0)
What is the expected behavior?
The process name should be test
, which is typically reflected in the Activity Monitor on macOS.
What do you see instead?
The process name is always node
Additional information
This appears to be a regression of #28945.