diff options
Diffstat (limited to 'cli/deno_error.rs')
-rw-r--r-- | cli/deno_error.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/deno_error.rs b/cli/deno_error.rs index d74483df9..5db82abb2 100644 --- a/cli/deno_error.rs +++ b/cli/deno_error.rs @@ -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. use crate::diagnostics::Diagnostic; use crate::fmt_errors::JSError; use crate::import_map::ImportMapError; |