summaryrefslogtreecommitdiff
path: root/js/dispatch.ts
diff options
context:
space:
mode:
Diffstat (limited to 'js/dispatch.ts')
-rw-r--r--js/dispatch.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/dispatch.ts b/js/dispatch.ts
index 3ca0cd799..528cf320c 100644
--- a/js/dispatch.ts
+++ b/js/dispatch.ts
@@ -1,7 +1,7 @@
// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
import { core } from "./core";
import * as flatbuffers from "./flatbuffers";
-import * as msg from "gen/msg_generated";
+import * as msg from "gen/cli/msg_generated";
import * as errors from "./errors";
import * as util from "./util";