diff options
Diffstat (limited to 'cli/js/plugins.ts')
-rw-r--r-- | cli/js/plugins.ts | 2 |
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 { |