Skip to content

Commit

Permalink
fix: update unstable Deno props for signal API (denoland#12723)
Browse files Browse the repository at this point in the history
  • Loading branch information
bartlomieju committed Nov 10, 2021
1 parent a632dc5 commit 8ce53dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 19 deletions.
4 changes: 2 additions & 2 deletions cli/diagnostics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ const UNSTABLE_DENO_PROPS: &[&str] = &[
"SystemMemoryInfo",
"UnixConnectOptions",
"UnixListenOptions",
"addSignalListener",
"applySourceMap",
"connect",
"consoleSize",
Expand All @@ -52,11 +53,10 @@ const UNSTABLE_DENO_PROPS: &[&str] = &[
"dlopen",
"osRelease",
"ppid",
"removeSignalListener",
"setRaw",
"shutdown",
"Signal",
"signal",
"signals",
"sleepSync",
"startTls",
"systemMemoryInfo",
Expand Down
17 changes: 0 additions & 17 deletions cli/tests/testdata/raw_mode_cbreak.ts

This file was deleted.

0 comments on commit 8ce53dd

Please sign in to comment.