diff options
Diffstat (limited to 'std/node/assertion_error.ts')
-rw-r--r-- | std/node/assertion_error.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/std/node/assertion_error.ts b/std/node/assertion_error.ts index 14b55156a..dcce1478b 100644 --- a/std/node/assertion_error.ts +++ b/std/node/assertion_error.ts @@ -1,4 +1,4 @@ -// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. // Adapted from Node.js. Copyright Joyent, Inc. and other Node contributors. |