mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
The install process spawn was not capturing its own signal variable, causing the error check to incorrectly reference the build signal instead. This could lead to: - Install termination by signal going undetected - False positive errors when build was killed but install succeeded This commit ensures the install signal is properly captured and checked, matching the pattern used for the build process.
5.3 KiB
5.3 KiB