diff options
Diffstat (limited to 'cli/ops/workers.rs')
-rw-r--r-- | cli/ops/workers.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/ops/workers.rs b/cli/ops/workers.rs index 131283614..48b8deb15 100644 --- a/cli/ops/workers.rs +++ b/cli/ops/workers.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::{Deserialize, JsonOp, Value}; use crate::deno_error::bad_resource; use crate::deno_error::js_check; |