-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deno v0.41.0 regression: readAllSync returns zero bytes reading from stdin #4789
Comments
Thanks for the report. Almost certainly introduced in #4762. |
hmm, this is probably related:
I verified this Although this |
So I tested in Deno v0.39.0, and found I mentioned that in Deno v0.40.0, if I'm only guessing the |
Lines 180 to 192 in 93c2164
@bartlomieju What is the reason for suppressing exceptions here? |
@SyrupThinker I'm not sure, please open a separate issue for that, seems like a bug. |
Deno.readAllSync(Deno.stdin)
always returns a zero length array, for example:I verified this behaviour on Ubuntu 18.04 and Windows 10.
The issue does does not occur in Deno v0.40.0
The text was updated successfully, but these errors were encountered: