diff options
Diffstat (limited to 'js/rename.ts')
-rw-r--r-- | js/rename.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/rename.ts b/js/rename.ts index 80794747d..c906ce37b 100644 --- a/js/rename.ts +++ b/js/rename.ts @@ -1,6 +1,6 @@ // Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. -import { sendSync, sendAsync } from "./dispatch_json"; -import * as dispatch from "./dispatch"; +import { sendSync, sendAsync } from "./dispatch_json.ts"; +import * as dispatch from "./dispatch.ts"; /** Synchronously renames (moves) `oldpath` to `newpath`. If `newpath` already * exists and is not a directory, `renameSync()` replaces it. OS-specific |