#47469: fix: utilityProcess running user script after process.exit is called
Merged
Description of Change
Fixes #44174
Relies on the node::DefaultProcessExitHandler
to ensure termination of the process after performing our own cleanup related to the utility process.
Release Notes
Notes: fix utilityProcess running user script after process.exit is called
Backports
37-x-y
MergedPR Number
#47492Merged At
Jun 17, 2025, 9:01:50 PM
Released In
v37.0.0-beta.8Release Date
Jun 19, 2025, 8:32:34 AM
Semver Impact
Major
Breaking changes
Minor
New features
Patch
Bug fixes
None
Docs, tests, etc.
Semantic Versioning helps users understand the impact of updates:
- Major (X.y.z): Breaking changes that may require code modifications
- Minor (x.Y.z): New features that maintain backward compatibility
- Patch (x.y.Z): Bug fixes that don't change the API
- None: Changes that don't affect using facing parts of Electron