diff options
Diffstat (limited to 'cli/tests/testdata/run/worker_close_nested.js')
-rw-r--r-- | cli/tests/testdata/run/worker_close_nested.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/testdata/run/worker_close_nested.js b/cli/tests/testdata/run/worker_close_nested.js index 528c2844e..37b6ed9c9 100644 --- a/cli/tests/testdata/run/worker_close_nested.js +++ b/cli/tests/testdata/run/worker_close_nested.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. // Test that closing a worker which has living child workers will automatically // close the children. |