diff options
Diffstat (limited to 'cli/util/v8.rs')
-rw-r--r-- | cli/util/v8.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/util/v8.rs b/cli/util/v8.rs index af310608a..63bc495d1 100644 --- a/cli/util/v8.rs +++ b/cli/util/v8.rs @@ -1,4 +1,4 @@ -// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license. #[inline(always)] pub fn get_v8_flags_from_env() -> Vec<String> { |