Can't keep spawned process running in background in Windows #740
Unanswered
davidmurdoch
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I think this is essentially a feature request as we never tried to add support for this. This is out of scope for the project for now but if it's easy I'm not opposed to accepting a contribution. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
(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?
Beta Was this translation helpful? Give feedback.
All reactions