question
method don't work in subprocess
#1051
Replies: 1 comment 3 replies
-
await $({stdio: ['inherit', 'pipe', 'pipe']})`zx sub.mjs`.pipe(process.stdout) |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
turnerguo
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.
-
directly run
sub.mjs
can get answer from user input, but no answer from runmain.mjs
, any suggestions on this situation?Beta Was this translation helpful? Give feedback.
All reactions