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
Feature: Forcefully terminate underlying Process if its Stream closes.
As such, calling DeferredShell::close() now terminates the underlying Process.
(#2)
Feature: ProcessLauncher::createDeferredShell() now also accepts a Process instance.
(#1)