deepak1556

#47469: fix: utilityProcess running user script after process.exit is called

Merged
Created: Jun 15, 2025, 5:27:30 AM
Merged: Jun 17, 2025, 2:36:24 PM
4 comments
Target: main

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
Merged
PR Number
#47492
Merged At
Jun 17, 2025, 9:01:50 PM
Released In
v37.0.0-beta.8
Release 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