You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When sending a SIGTERM, yarn doesn't wait for its children before
exiting[1]. This commit removes the use of `yarn` in bs-wrapper. This
should be fine, because yarn was only used for setting the environment
(mostly PATH). Since bs-wrapper is run via yarn scripts, the
environment should already be set up.
This commit also changes bs-wrapper to make sure to send SIGTERM only
once if child process sends more data to STDOUT before exiting.
[1]: yarnpkg/yarn#4667
0 commit comments