diff options
Diffstat (limited to 'runtime/js/02_console.js')
-rw-r--r-- | runtime/js/02_console.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/js/02_console.js b/runtime/js/02_console.js index 11b819850..c6c53977b 100644 --- a/runtime/js/02_console.js +++ b/runtime/js/02_console.js @@ -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. ((window) => { const core = window.Deno.core; |