summaryrefslogtreecommitdiff
path: root/cli/tools/run
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tools/run')
-rw-r--r--cli/tools/run/hmr.rs2
-rw-r--r--cli/tools/run/mod.rs2
2 files changed, 2 insertions, 2 deletions
diff --git a/cli/tools/run/hmr.rs b/cli/tools/run/hmr.rs
index 0842c0084..bfed22d07 100644
--- a/cli/tools/run/hmr.rs
+++ b/cli/tools/run/hmr.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
use crate::cdp;
use crate::emit::Emitter;
diff --git a/cli/tools/run/mod.rs b/cli/tools/run/mod.rs
index f4604e248..05fd2ba36 100644
--- a/cli/tools/run/mod.rs
+++ b/cli/tools/run/mod.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
use std::io::Read;