diff options
Diffstat (limited to 'std/fs/move.ts')
-rw-r--r-- | std/fs/move.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/std/fs/move.ts b/std/fs/move.ts index 190f88609..e87d59c6e 100644 --- a/std/fs/move.ts +++ b/std/fs/move.ts @@ -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. import { exists, existsSync } from "./exists.ts"; import { isSubdir } from "./utils.ts"; |