mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 19:08:15 +00:00
feat: Stabilize Deno.stdin.setRaw() (#16399)
This commit is contained in:
parent
dbcbf53ab5
commit
302590015d
4 changed files with 8 additions and 14 deletions
|
@ -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())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue