diff options
Diffstat (limited to 'js/workers.ts')
-rw-r--r-- | js/workers.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/workers.ts b/js/workers.ts index b2f4231c4..bdfbed640 100644 --- a/js/workers.ts +++ b/js/workers.ts @@ -1,6 +1,6 @@ // Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. import * as dispatch from "./dispatch"; -import * as msg from "gen/msg_generated"; +import * as msg from "gen/cli/msg_generated"; import * as flatbuffers from "./flatbuffers"; import { assert, log } from "./util"; import { window } from "./window"; |