diff options
author | Colin Ihrig <cjihrig@gmail.com> | 2022-10-25 15:23:36 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-25 15:23:36 -0400 |
commit | 378e6a8c0369f3256cde8a595d3dbdfe4f1dc2f9 (patch) | |
tree | 2eef60849362e3c5f086dd20dbe02ab043032e57 /cli/diagnostics.rs | |
parent | 8e3f825c921b38141afa7a69a0664881c5c94461 (diff) |
feat: stabilize Deno.utime() and Deno.utimeSync() (#16421)
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 94af49b87..0fa35839e 100644 --- a/cli/diagnostics.rs +++ b/cli/diagnostics.rs @@ -49,8 +49,6 @@ const UNSTABLE_DENO_PROPS: &[&str] = &[ "startTls", "systemMemoryInfo", "umask", - "utime", - "utimeSync", "spawnChild", "Child", "spawn", |