diff options
Diffstat (limited to 'cli/js/console.ts')
-rw-r--r-- | cli/js/console.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/js/console.ts b/cli/js/console.ts index 216741a5e..f366eb776 100644 --- a/cli/js/console.ts +++ b/cli/js/console.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. import { isTypedArray } from "./util.ts"; import { TypedArray } from "./types.ts"; import { TextEncoder } from "./text_encoding.ts"; |