diff options
Diffstat (limited to 'cli/js/compiler_util.ts')
-rw-r--r-- | cli/js/compiler_util.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/js/compiler_util.ts b/cli/js/compiler_util.ts index 30c6f6162..bff3bcd51 100644 --- a/cli/js/compiler_util.ts +++ b/cli/js/compiler_util.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 { bold, cyan, yellow } from "./colors.ts"; import { CompilerOptions } from "./compiler_api.ts"; |