diff options
Diffstat (limited to 'cli/js/read_dir.ts')
-rw-r--r-- | cli/js/read_dir.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/js/read_dir.ts b/cli/js/read_dir.ts index d8c1a7db8..975f5d8b4 100644 --- a/cli/js/read_dir.ts +++ b/cli/js/read_dir.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"; import { FileInfo, FileInfoImpl } from "./file_info.ts"; import { StatResponse } from "./stat.ts"; |