diff options
Diffstat (limited to 'core/examples/fs_module_loader.rs')
-rw-r--r-- | core/examples/fs_module_loader.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/examples/fs_module_loader.rs b/core/examples/fs_module_loader.rs index d5fe2c5b8..4b62b5687 100644 --- a/core/examples/fs_module_loader.rs +++ b/core/examples/fs_module_loader.rs @@ -1,4 +1,4 @@ -// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2022 the Deno authors. All rights reserved. MIT license. use deno_core::anyhow::Error; use deno_core::FsModuleLoader; |