diff options
Diffstat (limited to 'cli/js/diagnostics.ts')
-rw-r--r-- | cli/js/diagnostics.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/js/diagnostics.ts b/cli/js/diagnostics.ts index 01ca0b619..df4a9a3d3 100644 --- a/cli/js/diagnostics.ts +++ b/cli/js/diagnostics.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. // Diagnostic provides an abstraction for advice/errors received from a // compiler, which is strongly influenced by the format of TypeScript |