-
Notifications
You must be signed in to change notification settings - Fork 27.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ensure webpack worker exits bubble to parent process (#72921)
This matches the handling added in #70997 but for the Webpack build worker. This unifies the worker code to be the same as the one for the static export worker which already handles this case. When the worker exits ungracefully, we need to propagate an error signal to the parent process so that it doesn't hang. Fixes #67097 Closes NDX-485 Closes #67154
- Loading branch information
Showing
1 changed file
with
14 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters