diff options
Diffstat (limited to 'cli/js/dir.ts')
-rw-r--r-- | cli/js/dir.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/js/dir.ts b/cli/js/dir.ts index bc62be83f..7a809a664 100644 --- a/cli/js/dir.ts +++ b/cli/js/dir.ts @@ -1,5 +1,5 @@ // Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. -import { sendSync } from "./dispatch_json.ts"; +import { sendSync } from "./ops/dispatch_json.ts"; /** * **UNSTABLE**: maybe needs permissions. |