diff options
Diffstat (limited to 'runtime/ops/utils.rs')
-rw-r--r-- | runtime/ops/utils.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/ops/utils.rs b/runtime/ops/utils.rs index 5cbbde00a..d950ae9ab 100644 --- a/runtime/ops/utils.rs +++ b/runtime/ops/utils.rs @@ -1,4 +1,4 @@ -// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2022 the Deno authors. All rights reserved. MIT license. use deno_core::error::custom_error; use deno_core::error::AnyError; |