diff options
| author | Colin Ihrig <cjihrig@gmail.com> | 2022-10-25 14:03:05 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-25 14:03:05 -0400 |
| commit | ffff814540394a6a958897b38f4944954773cf74 (patch) | |
| tree | 7797f0d55fc7d7db7295932ee7a2a252e546099e /cli/diagnostics.rs | |
| parent | 3f22f912ec4996fecb05ba6d5baa1a02bdffe78e (diff) | |
feat: stabilize Deno.futime() and Deno.futimeSync() (#16415)
Diffstat (limited to 'cli/diagnostics.rs')
| -rw-r--r-- | cli/diagnostics.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cli/diagnostics.rs b/cli/diagnostics.rs index 4e456b444..94af49b87 100644 --- a/cli/diagnostics.rs +++ b/cli/diagnostics.rs @@ -37,8 +37,6 @@ const UNSTABLE_DENO_PROPS: &[&str] = &[ "connect", "consoleSize", "createHttpClient", - "futime", - "futimeSync", "kill", "listen", "listenDatagram", |
