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
(aside: I think the killDeepTree example is broken on Windows)
I'd like to spawn a process in the background, listen in on it for a while, and then have the parent process exit. Just like setting node's SpawnOptionsdetached property to true.
Is this possible with node-pty on Windows?
The text was updated successfully, but these errors were encountered:
(aside: I think the
killDeepTree
example is broken on Windows)I'd like to spawn a process in the background, listen in on it for a while, and then have the parent process exit. Just like setting node's
SpawnOptions
detached
property totrue
.Is this possible with node-pty on Windows?
The text was updated successfully, but these errors were encountered: