diff options
Diffstat (limited to 'cli/js/read_link.ts')
-rw-r--r-- | cli/js/read_link.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/js/read_link.ts b/cli/js/read_link.ts index 64c60eedb..3ff56b990 100644 --- a/cli/js/read_link.ts +++ b/cli/js/read_link.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"; /** Returns the destination of the named symbolic link. * |