diff options
Diffstat (limited to 'cli/js/diagnostics_util.ts')
-rw-r--r-- | cli/js/diagnostics_util.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/js/diagnostics_util.ts b/cli/js/diagnostics_util.ts index cc384ebb0..f7d0f5b72 100644 --- a/cli/js/diagnostics_util.ts +++ b/cli/js/diagnostics_util.ts @@ -1,4 +1,4 @@ -// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. // These utilities are used by compiler.ts to format TypeScript diagnostics // into Deno Diagnostics. |