Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(command-dev): ensure no orphaned child process on Windows (#3278)
`execa` defaults to `windowsHide: true`, which prevents child processes from terminating child processes on exit [1]. Let's set `windowsHide: false` to terminate child processes properly on exit. [1]: sindresorhus/execa#433
- Loading branch information
ef396b2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
📊 Benchmark results
Package size: 327 MB