summaryrefslogtreecommitdiff
path: root/cli/js/symlink.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/js/symlink.ts')
-rw-r--r--cli/js/symlink.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/js/symlink.ts b/cli/js/symlink.ts
index e484ce4a3..9a63fca9f 100644
--- a/cli/js/symlink.ts
+++ b/cli/js/symlink.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 * as util from "./util.ts";
import { build } from "./build.ts";