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
feat(windows): suspend entire process tree
Suspend / resume child processes recursively on
Windows, the same as we do on Linux. Improves
reliability and performance gains for processes
that spawn many child processes.