diff options
Diffstat (limited to 'js/files.ts')
-rw-r--r-- | js/files.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/files.ts b/js/files.ts index 9da9fbe0a..3a0297566 100644 --- a/js/files.ts +++ b/js/files.ts @@ -11,7 +11,7 @@ import { SyncSeeker } from "./io"; import * as dispatch from "./dispatch"; -import * as msg from "gen/msg_generated"; +import * as msg from "gen/cli/msg_generated"; import { assert } from "./util"; import * as flatbuffers from "./flatbuffers"; |