mirror of
https://github.com/denoland/deno.git
synced 2025-10-02 23:24:37 +00:00
Make Deno.isatty stable (#4937)
This commit is contained in:
parent
ec41fb69cc
commit
2337fca277
2 changed files with 2 additions and 3 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue