diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2018-09-09 19:21:22 -0400 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-09-09 23:12:22 -0400 |
commit | a4f1b367b9314b1526c51dad593cac1682ef996b (patch) | |
tree | f037cf49914f2d929b4b5f14c52e1ef11f06bd72 /js/os.ts | |
parent | 3574c7a5d39c6cd55e7c25a10e4e5c8e363b7af9 (diff) |
Remove namespace from src/msg.fbs
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 "gen/msg_generated"; +import * as fbs from "gen/msg_generated"; import { assert } from "./util"; import * as util from "./util"; import { flatbuffers } from "flatbuffers"; |