question
method don't work in subprocess
#1051
Replies: 1 comment 1 reply
-
await $({stdio: ['inherit', 'pipe', 'pipe']})`zx sub.mjs`.pipe(process.stdout) |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
turnerguo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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