summaryrefslogtreecommitdiff
path: root/cli/ops/tty.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/ops/tty.rs')
-rw-r--r--cli/ops/tty.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/cli/ops/tty.rs b/cli/ops/tty.rs
index 447af9a2d..cf7f62ed8 100644
--- a/cli/ops/tty.rs
+++ b/cli/ops/tty.rs
@@ -216,11 +216,10 @@ struct IsattyArgs {
pub fn op_isatty(
isolate: &mut CoreIsolate,
- state: &State,
+ _state: &State,
args: Value,
_zero_copy: Option<ZeroCopyBuf>,
) -> Result<JsonOp, OpError> {
- state.check_unstable("Deno.isatty");
let args: IsattyArgs = serde_json::from_value(args)?;
let rid = args.rid;