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