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