feat: Stabilize Deno.stdin.setRaw() (#16399)

This commit is contained in:
Bartek Iwańczuk 2022-10-24 17:25:06 +02:00 committed by GitHub
parent dbcbf53ab5
commit 302590015d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 14 deletions

View file

@ -3384,7 +3384,6 @@ async fn http2_request_url() {
fn set_raw_should_not_panic_on_no_tty() {
let output = util::deno_cmd()
.arg("eval")
.arg("--unstable")
.arg("Deno.stdin.setRaw(true)")
// stdin set to piped so it certainly does not refer to TTY
.stdin(std::process::Stdio::piped())