diff options
Diffstat (limited to 'ext/node/polyfills/_fs/_fs_rename.ts')
-rw-r--r-- | ext/node/polyfills/_fs/_fs_rename.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/node/polyfills/_fs/_fs_rename.ts b/ext/node/polyfills/_fs/_fs_rename.ts index 10ec90078..5d87619c7 100644 --- a/ext/node/polyfills/_fs/_fs_rename.ts +++ b/ext/node/polyfills/_fs/_fs_rename.ts @@ -1,6 +1,6 @@ // Copyright 2018-2023 the Deno authors. All rights reserved. MIT license. -import { fromFileUrl } from "internal:deno_node/path.ts"; -import { promisify } from "internal:deno_node/internal/util.mjs"; +import { fromFileUrl } from "ext:deno_node/path.ts"; +import { promisify } from "ext:deno_node/internal/util.mjs"; export function rename( oldPath: string | URL, |