summaryrefslogtreecommitdiff
path: root/core/js_errors.rs
diff options
context:
space:
mode:
Diffstat (limited to 'core/js_errors.rs')
-rw-r--r--core/js_errors.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/js_errors.rs b/core/js_errors.rs
index 3656242e0..f8707b0ae 100644
--- a/core/js_errors.rs
+++ b/core/js_errors.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.
// Note that source_map_mappings requires 0-indexed line and column numbers but
// V8 Exceptions are 1-indexed.