node-pty icon indicating copy to clipboard operation
node-pty copied to clipboard

Can't keep spawned process running in background in Windows

Open davidmurdoch opened this issue 1 year ago • 0 comments
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?

davidmurdoch avatar Feb 01 '24 19:02 davidmurdoch