diff options
Diffstat (limited to 'cli/js/repl.ts')
-rw-r--r-- | cli/js/repl.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/js/repl.ts b/cli/js/repl.ts index cf8c9d103..922cd499d 100644 --- a/cli/js/repl.ts +++ b/cli/js/repl.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 { close } from "./files.ts"; import { exit } from "./os.ts"; import { window } from "./window.ts"; |