You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TL;DR: It’s because of a bug in a dependency: isaacs/read#23, npm/mute-stream#5
When using the stdout option to prompt.start(), the specified WriteStream instance winds up getting closed after the first prompt, and all subsequent prompts do not get printed. The following code reproduces this issue:
The fix for this is probably just to wait for it to be fixed in mute-stream and read, but for now hopefully this report saves someone some frustration.
The text was updated successfully, but these errors were encountered:
TL;DR: It’s because of a bug in a dependency: isaacs/read#23, npm/mute-stream#5
When using the
stdout
option toprompt.start()
, the specified WriteStream instance winds up getting closed after the first prompt, and all subsequent prompts do not get printed. The following code reproduces this issue:The fix for this is probably just to wait for it to be fixed in mute-stream and read, but for now hopefully this report saves someone some frustration.
The text was updated successfully, but these errors were encountered: