node-pty
node-pty copied to clipboard
Can't keep spawned process running in background in Windows
trafficstars
(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 to true.
Is this possible with node-pty on Windows?