diff options
Diffstat (limited to 'cli/tests/node_compat/polyfill_globals.js')
-rw-r--r-- | cli/tests/node_compat/polyfill_globals.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/node_compat/polyfill_globals.js b/cli/tests/node_compat/polyfill_globals.js index 493cec87a..93246d2ef 100644 --- a/cli/tests/node_compat/polyfill_globals.js +++ b/cli/tests/node_compat/polyfill_globals.js @@ -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. import process from "node:process"; import { Buffer } from "node:buffer"; import { |