How to re-open Deno.stdin?
I'm noticing that Deno gives an error when trying to
window.prompt after I've consumed stdin.
When invoked:
Is it not possible to re-open Deno.stdin for reading more than once? I notice it's closed from Deno.resources after the initial read.
I'm doing this for a command line utility which supports I/O piping. Thanks for any help!0 Replies