diff options
Diffstat (limited to 'cli/napi/util.rs')
-rw-r--r-- | cli/napi/util.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/napi/util.rs b/cli/napi/util.rs index 2dea03554..1f849c7d2 100644 --- a/cli/napi/util.rs +++ b/cli/napi/util.rs @@ -1,4 +1,4 @@ -// Copyright 2018-2022 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license. use deno_runtime::deno_napi::*; use std::cell::Cell; |