Closed
Description
opened on Oct 21, 2024
Preflight Checklist
- I have read the Contributing Guidelines for this project.
- I agree to follow the Code of Conduct that this project adheres to.
- I have searched the issue tracker for a bug report that matches the one I want to file, without success.
Electron Version
33
What operating system(s) are you using?
Windows
Operating System Version
10.0.19045.5011
What arch are you using?
x64
Last Known Working Electron version
No response
Expected Behavior
The forkedProcess.pid should return the process ID.
Actual Behavior
The forkedProcess.pid is undefined.
Testcase Gist URL
No response
Additional Information
When using utilityProcess.fork() in Electron v33.0.0, the returned forkedProcess.pid is undefined.
Activity