diff options
Diffstat (limited to 'cli/ops/repl.rs')
-rw-r--r-- | cli/ops/repl.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/ops/repl.rs b/cli/ops/repl.rs index 5919ea586..fd06a5481 100644 --- a/cli/ops/repl.rs +++ b/cli/ops/repl.rs @@ -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. use super::dispatch_json::{blocking_json, Deserialize, JsonOp, Value}; use crate::deno_error::bad_resource; use crate::ops::json_op; |