Question: spawn/child_process options #371
Unanswered
rmcarias
asked this question in
Help needed
Replies: 1 comment 3 replies
-
This already is setup. But will change depending on usage of .pipe method.
Same. This is on already.
This can't be changed. unref is accessable: let p = $`<some_shell_command>`
p.child.unref() If some options of spawn not available yet - better to use low level api directly. |
Beta Was this translation helpful? Give feedback.
3 replies
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.
-
Specifications
This is more of question (or feature request). How can I pass the supported options to the spawn method for example:
Using this syntax?
```$`<some_shell_command>````
Also, it seems that when you do this:
Because it returns a promise, we don't get access to other child process props and method, like
Beta Was this translation helpful? Give feedback.
All reactions