diff options
Diffstat (limited to 'src/repl.rs')
-rw-r--r-- | src/repl.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/repl.rs b/src/repl.rs index 6dcaf9cf7..835e6dbff 100644 --- a/src/repl.rs +++ b/src/repl.rs @@ -1,4 +1,4 @@ -// Copyright 2018 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. extern crate rustyline; use rustyline::error::ReadlineError::Interrupted; |