summaryrefslogtreecommitdiff
path: root/cli/js/plugins.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/js/plugins.ts')
-rw-r--r--cli/js/plugins.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/js/plugins.ts b/cli/js/plugins.ts
index 44a3083bb..2dbee4c74 100644
--- a/cli/js/plugins.ts
+++ b/cli/js/plugins.ts
@@ -1,4 +1,4 @@
-import { sendSync } from "./dispatch_json.ts";
+import { sendSync } from "./ops/dispatch_json.ts";
import { core } from "./core.ts";
export interface AsyncHandler {