diff options
author | Kitson Kelly <me@kitsonkelly.com> | 2018-07-26 13:07:50 +1000 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-07-25 23:07:50 -0400 |
commit | 5562c36824a63634212ee0c6ad501f230a8e1133 (patch) | |
tree | 1646a6fc7c783ab8a9f66db73bd4d6d2da5428d8 /js/os.ts | |
parent | 180170d860921f93a7e28e57b8d0dae84f8076ba (diff) |
Remove msg_generated hack (#409)
Diffstat (limited to 'js/os.ts')
-rw-r--r-- | js/os.ts | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ // Copyright 2018 the Deno authors. All rights reserved. MIT license. import { ModuleInfo } from "./types"; -import { deno as fbs } from "./msg_generated"; +import { deno as fbs } from "gen/msg_generated"; import { assert } from "./util"; import * as util from "./util"; import { flatbuffers } from "flatbuffers"; |